OSDN Git Service

SDL_atomic_t サンプルコードを修正 https://wiki.libsdl.org/SDL_atomic_t?action=diff&rev1=3&rev2=4
[sdl2referencejp/sdl2referencejp.git] / SDL_SetWindowsMessageHook.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2 <html lang="ja-JP">
3 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=Shift_JIS">
5 <meta http-equiv="Content-Style-Type" content="text/css">
6 <meta name="keywords" content="Simple Directmedia Layer SDL2.0">
7 <link rel="top" href="index.html" title="\83z\81[\83\80">
8 <link rel="parent" href="CategorySystem.html" title="1\82Â\8fã">
9 <title>SDL_SetWindowsMessageHook</title>
10 </head>
11 <body>
12 <a href="index.html">\96Ú\8e\9f</a> - <a href="ApiByCategory.html">API(\8b@\94\\95Ê)</a> - <a href="CategorySystem.html">\8aÂ\8b«\8cÅ\97L\82Ì\8b@\94\</a> - SDL_SetWindowsMessageHook
13 <hr>
14 <h1>SDL_SetWindowsMessageHook</h1>
15 \83E\83B\83\93\83h\83E\83\81\83b\83Z\81[\83W\82Ì\93x\82ÉTranslateMessage()\82Ì\91O\82É\8cÄ\82Î\82ê\82é\8aÖ\90\94\82ð\90Ý\92è\82·\82é
16 <h2>\8d\\95¶</h2>
17 <code>void SDL_SetWindowsMessageHook(SDL_WindowsMessageHook callback, void* userdata)</code>
18 <h2>\88ø\90\94</h2>
19 <table border="1" summary="SDL_SetWindowsMessageHook">
20 <tr><td>callback</td><td>\83\81\83b\83Z\81[\83W\82Ì\93x\82É\8cÄ\82Î\82ê\82é\8aÖ\90\94\8fÚ\8d×\82ð\8eQ\8fÆ\82·\82é\82±\82Æ</td></tr>
21 <tr><td>userdata</td><td>callback\82É\93n\82³\82ê\82é\83|\83C\83\93\83^</td></tr>
22 </table>
23 <h2>\8fÚ\8d×</h2>
24 <p>
25 \82±\82Ì\8aÖ\90\94\82ÍMicrosoft Windows\82Ì\82Ý\82Å\97L\8cø\82Å\82 \82é.
26 </p>
27 <p>
28 callback\82Ì\8aÖ\90\94\83v\83\8d\83g\83^\83C\83v\82Í:
29 <code>
30 <pre>
31 void SDL_WindowsMessageHook(void*        userdata,
32                             void*        hWnd,
33                             unsigned int message,
34                             Uint64       wParam,
35                             Sint64       lParam)
36 </pre>
37 </code>
38 \88ø\90\94\82Í
39 <table border="1" summary="SDL_WindowsMessageHook">
40 <tr><td>userdata</td><td>SDL_SetWindowsMessageHook()\82É\93n\82µ\82½userdata</td></tr>
41 </table>
42 </p>
43 <h2>\83o\81[\83W\83\87\83\93</h2>
44 SDL 2.0.4\88È\8d~
45 <h2>SDL Wiki\82Ö\82Ì\83\8a\83\93\83N</h2>
46 <a href="https://wiki.libsdl.org/SDL_SetWindowsMessageHook">SDL_SetWindowsMessageHook - SDL Wiki</a>
47 <hr>
48 </body>
49 </html>