OSDN Git Service

SDL_hid_open 新規追加 https://github.com/libsdl-org/sdlwiki/commit/10f7e9b2fffee9246db13b...
[sdl2referencejp/sdl2referencejp.git] / SDL_hid_open.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="CategoryAPI.html" title="1\82Â\8fã">
9 <title>SDL_hid_open</title>
10 </head>
11 <body>
12 <a href="index.html">\96Ú\8e\9f</a> - <a href="CategoryAPI.html">SDL 2.0 API</a> - SDL_hid_open
13 <hr>
14 <h1>SDL_hid_open</h1>
15 \83x\83\93\83_\81[ID(VID), \83v\83\8d\83_\83N\83gID(PID), \83V\83\8a\83A\83\8b\83i\83\93\83o\81[(\94C\88Ó)\82ð\8ew\92è\82µ\82ÄHID\83f\83o\83C\83X\82ð\8aJ\82­
16 <h2>\8d\\95¶</h2>
17 <code>SDL_hid_device *SDL_hid_open(unsigned short vendor_id, unsigned short product_id, const wchar_t *serial_number)</code>
18 <h2>\88ø\90\94</h2>
19 <table border="1" summary="SDL_hid_open">
20 <tr><td>vendor_id</td><td>\83I\81[\83v\83\93\82·\82é\83f\83o\83C\83X\82Ì\83x\83\93\83_\81[ID(VID)</td></tr>
21 <tr><td>product_id</td><td>\83I\81[\83v\83\93\82·\82é\83f\83o\83C\83X\82Ì\83v\83\8d\83_\83N\83gID(PID)</td></tr>
22 <tr><td>serial_number</td><td>\83I\81[\83v\83\93\82·\82é\83f\83o\83C\83X\82Ì\83V\83\8a\83A\83\8b\83i\83\93\83o\81[ (NULL\82à\89Â)</td></tr>
23 </table>
24 <h2>\96ß\82è\92l</h2>
25 SDL_hid_device\83I\83u\83W\83F\83N\83g\82Ö\82Ì\83|\83C\83\93\83^\82ð\96ß\82·. \8e¸\94s\82Ì\82Æ\82«NULL\82ð\96ß\82·
26 <h2>\8fÚ\8d×</h2>
27 <p>
28 serial_number\82ªNULL\82Ì\82Æ\82«, \8ew\92è\82ÌVID\82ÆPID\82Ì\8dÅ\8f\89\82Ì\83f\83o\83C\83X\82ð\8aJ\82­.
29 </p>
30 <h2>\83o\81[\83W\83\87\83\93</h2>
31 SDL 2.0.18\88È\8d~
32 <h2>SDL Wiki\82Ö\82Ì\83\8a\83\93\83N</h2>
33 <a href="https://wiki.libsdl.org/SDL_hid_open">SDL_hid_open - SDL Wiki</a>
34 <hr>
35 </body>
36 </html>