OSDN Git Service

SDL_hid_get_manufacturer_string 新規追加 https://github.com/libsdl-org/sdlwiki/commit...
authormaruhiro <maruhiro@bridge.ocn.ne.jp>
Fri, 24 Dec 2021 23:31:06 +0000 (08:31 +0900)
committermaruhiro <maruhiro@bridge.ocn.ne.jp>
Fri, 24 Dec 2021 23:31:06 +0000 (08:31 +0900)
CategoryAPI.html
SDL_hid_get_manufacturer_string.html [new file with mode: 0644]

index 164ce3b..cb5e6dc 100644 (file)
 <li><a href="SDL_hid_device_change_count.html">SDL_hid_device_change_count</a></li>
 <li><a href="SDL_hid_enumerate.html">SDL_hid_enumerate</a></li>
 <li><a href="SDL_hid_exit.html">SDL_hid_exit</a></li>
+<li><a href="SDL_hid_get_manufacturer_string.html">SDL_hid_get_manufacturer_string</a></li>
 <li><a href="SDL_hid_init.html">SDL_hid_init</a></li>
 <li><a href="SDL_hid_open.html">SDL_hid_open</a></li>
 <li><a href="SDL_iconv_string.html">SDL_iconv_string</a></li>
diff --git a/SDL_hid_get_manufacturer_string.html b/SDL_hid_get_manufacturer_string.html
new file mode 100644 (file)
index 0000000..0cfdc30
--- /dev/null
@@ -0,0 +1,32 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html lang="ja-JP">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=Shift_JIS">
+<meta http-equiv="Content-Style-Type" content="text/css">
+<meta name="keywords" content="Simple Directmedia Layer SDL2.0">
+<link rel="top" href="index.html" title="\83z\81[\83\80">
+<link rel="parent" href="CategoryAPI.html" title="1\82Â\8fã">
+<title>SDL_hid_get_manufacturer_string</title>
+</head>
+<body>
+<a href="index.html">\96Ú\8e\9f</a> - <a href="CategoryAPI.html">SDL 2.0 API</a> - SDL_hid_get_manufacturer_string
+<hr>
+<h1>SDL_hid_get_manufacturer_string</h1>
+HID\83f\83o\83C\83X\82Ì\90»\91¢\8eÒ\95\8e\9a\97ñ\82ð\93¾\82é
+<h2>\8d\\95¶</h2>
+<code>int SDL_hid_get_manufacturer_string(SDL_hid_device *dev, wchar_t *string, size_t maxlen)</code>
+<h2>\88ø\90\94</h2>
+<table border="1" summary="SDL_hid_get_manufacturer_string">
+<tr><td>dev</td><td><a href="SDL_hid_open.html">SDL_hid_open()</a>\82ª\96ß\82µ\82½\83f\83o\83C\83X\83n\83\93\83h\83\8b</td></tr>
+<tr><td>string</td><td>\83f\81[\83^\82Ì\8f\91\82«\8d\9e\82Ý\90æ\83\8f\83C\83h\95\8e\9a\97ñ\83o\83b\83t\83@</td></tr>
+<tr><td>maxlen</td><td>\83o\83b\83t\83@\82Ì\95\8e\9a\90\94</td></tr>
+</table>
+<h2>\96ß\82è\92l</h2>
+\90¬\8c÷\82Ì\82Æ\82«0, \8e¸\94s\82Ì\82Æ\82«-1\82ð\96ß\82·.
+<h2>\83o\81[\83W\83\87\83\93</h2>
+SDL 2.0.18\88È\8d~
+<h2>SDL Wiki\82Ö\82Ì\83\8a\83\93\83N</h2>
+<a href="https://wiki.libsdl.org/SDL_hid_get_manufacturer_string">SDL_hid_get_manufacturer_string - SDL Wiki</a>
+<hr>
+</body>
+</html>