OSDN Git Service

追加
authormaruhiro <maruhiro@bridge.ocn.ne.jp>
Sat, 3 May 2014 12:16:13 +0000 (21:16 +0900)
committermaruhiro <maruhiro@bridge.ocn.ne.jp>
Sat, 3 May 2014 12:16:13 +0000 (21:16 +0900)
16 files changed:
SDL_GetKeyFromName.html [new file with mode: 0644]
SDL_GetKeyFromScancode.html [new file with mode: 0644]
SDL_GetKeyName.html [new file with mode: 0644]
SDL_GetKeyboardFocus.html [new file with mode: 0644]
SDL_GetKeyboardState.html [new file with mode: 0644]
SDL_GetModState.html [new file with mode: 0644]
SDL_GetScancodeFromKey.html [new file with mode: 0644]
SDL_GetScancodeFromName.html [new file with mode: 0644]
SDL_GetScancodeName.html [new file with mode: 0644]
SDL_HasScreenKeyboardSupport.html [new file with mode: 0644]
SDL_IsScreenKeyboardShown.html [new file with mode: 0644]
SDL_IsTextInputActive.html [new file with mode: 0644]
SDL_SetModState.html [new file with mode: 0644]
SDL_SetTextInputRect.html [new file with mode: 0644]
SDL_StartTextInput.html [new file with mode: 0644]
SDL_StopTextInput.html [new file with mode: 0644]

diff --git a/SDL_GetKeyFromName.html b/SDL_GetKeyFromName.html
new file mode 100644 (file)
index 0000000..c0ef969
--- /dev/null
@@ -0,0 +1,33 @@
+<!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="CategoryPixels.html" title="1\82Â\8fã">
+<title>SDL_GetKeyFromName</title>
+</head>
+<body>
+<a href="index.html">\96Ú\8e\9f</a> - <a href="ApiByCategory.html">API(\8b@\94\\95Ê)</a> - <a href="CategoryKeyboard.html">\83L\81[\83{\81[\83h</a> - SDL_GetKeyFromName
+<hr>
+<h1>SDL_GetKeyFromName</h1>
+\90l\82ª\93Ç\82ß\82é\83L\81[\96¼\82©\82ç\83L\81[\83R\81[\83h\82ð\93¾\82é
+<h2>\8d\\95¶</h2>
+<code>SDL_Keycode SDL_GetKeyFromName(const char* name)</code>
+<h2>\88ø\90\94</h2>
+<table border="1" summary="SDL_GetKeyFromName">
+<tr><td>name</td><td>\90l\82ª\93Ç\82ß\82é\83L\81[\83R\81[\83h\96¼</td></tr>
+</table>
+<h2>\96ß\82è\92l</h2>
+\83L\81[\83R\81[\83h\82ð\96ß\82·. \88ê\92v\82·\82éname\82ª\82È\82¢\8fê\8d\87SDLK_UNKNOWN\82ð\96ß\82·.
+<a href="SDL_GetError.html">SDL_GetError()</a>\82Å\8fÚ\8d×\82ð\92m\82é\82±\82Æ\82ª\82Å\82«\82é.
+<h2>\8aÖ\98A\8d\80\96Ú(\8aÖ\90\94)</h2>
+<a href="SDL_GetKeyFromScancode.html">SDL_GetKeyFromScancode</a><br>
+<a href="SDL_GetKeyName.html">SDL_GetKeyName</a><br>
+<a href="SDL_GetScancodeFromName.html">SDL_GetScancodeFromName</a><br>
+<h2>SDL Wiki\82Ö\82Ì\83\8a\83\93\83N</h2>
+<a href="https://wiki.libsdl.org/SDL_GetKeyFromName">SDL_GetKeyFromName - SDL Wiki</a>
+<hr>
+</body>
+</html>
diff --git a/SDL_GetKeyFromScancode.html b/SDL_GetKeyFromScancode.html
new file mode 100644 (file)
index 0000000..611535d
--- /dev/null
@@ -0,0 +1,33 @@
+<!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="CategoryPixels.html" title="1\82Â\8fã">
+<title>SDL_GetKeyFromScancode</title>
+</head>
+<body>
+<a href="index.html">\96Ú\8e\9f</a> - <a href="ApiByCategory.html">API(\8b@\94\\95Ê)</a> - <a href="CategoryKeyboard.html">\83L\81[\83{\81[\83h</a> - SDL_GetKeyFromScancode
+<hr>
+<h1>SDL_GetKeyFromScancode</h1>
+\8ew\92è\82Ì\83L\81[\83X\83L\83\83\83\93\83R\81[\83h\82©\82ç\8c»\8dÝ\82Ì\83L\81[\83{\81[\83h\83\8c\83C\83A\83E\83g\82É\8a\84\82è\93\96\82Ä\82ç\82ê\82½\83L\81[\83R\81[\83h\82ð\93¾\82é
+<h2>\8d\\95¶</h2>
+<code>SDL_Keycode SDL_GetKeyFromScancode(SDL_Scancode scancode)</code>
+<h2>\88ø\90\94</h2>
+<table border="1" summary="SDL_GetKeyFromScancode">
+<tr><td>scancode</td><td>\83L\81[\83R\81[\83h\82ð\93¾\82½\82¢<a href="SDL_Scancode.html">SDL_Scancode</a></td></tr>
+</table>
+<h2>\96ß\82è\92l</h2>
+<a href="SDL_Scancode.html">SDL_Scancode</a>\82É\8a\84\82è\93\96\82Ä\82ç\82ê\82½<a href="SDL_Keycode.html">SDL_Keycode</a>\82ð\96ß\82·.
+<h2>\8fÚ\8d×</h2>
+\8fÚ\8d×\82Í<a href="SDL_Keycode.html">SDL_Keycode</a>\82ð\8eQ\8fÆ\82·\82é\82±\82Æ.
+<h2>\8aÖ\98A\8d\80\96Ú(\8aÖ\90\94)</h2>
+<a href="SDL_GetKeyName.html">SDL_GetKeyName</a><br>
+<a href="SDL_GetScancodeFromKey.html">SDL_GetScancodeFromKey</a><br>
+<h2>SDL Wiki\82Ö\82Ì\83\8a\83\93\83N</h2>
+<a href="https://wiki.libsdl.org/SDL_GetKeyFromScancode">SDL_GetKeyFromScancode - SDL Wiki</a>
+<hr>
+</body>
+</html>
diff --git a/SDL_GetKeyName.html b/SDL_GetKeyName.html
new file mode 100644 (file)
index 0000000..5b12ea8
--- /dev/null
@@ -0,0 +1,36 @@
+<!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="CategoryPixels.html" title="1\82Â\8fã">
+<title>SDL_GetKeyName</title>
+</head>
+<body>
+<a href="index.html">\96Ú\8e\9f</a> - <a href="ApiByCategory.html">API(\8b@\94\\95Ê)</a> - <a href="CategoryKeyboard.html">\83L\81[\83{\81[\83h</a> - SDL_GetKeyName
+<hr>
+<h1>SDL_GetKeyName</h1>
+\83L\81[\83R\81[\83h\82©\82ç\90l\82ª\93Ç\82ß\82é\96¼\91O\82ð\93¾\82é
+<h2>\8d\\95¶</h2>
+<code>const char* SDL_GetKeyName(SDL_Keycode key)</code>
+<h2>\88ø\90\94</h2>
+<table border="1" summary="SDL_GetKeyName">
+<tr><td>key</td><td>\96¼\91O\82ð\93¾\82é<a href="SDL_Keycode.html">SDL_Keycode</a></td></tr>
+</table>
+<h2>\96ß\82è\92l</h2>
+UTF-8\95\8e\9a\97ñ\82Ö\82Ì\83|\83C\83\93\83^\82ð\96ß\82·.
+\8f­\82È\82­\82Æ\82à\8e\9f\89ñ\82±\82Ì\8aÖ\90\94\82ð\8cÄ\82Ô\82Ü\82Å\82Í\97L\8cø\82Å\82 \82é.
+\82à\82µ\82±\82ê\88È\8fã\92·\82¢\95K\97v\82ª\82 \82ê\82Î, \83R\83s\81[\82µ\82È\82¯\82ê\82Î\82È\82ç\82È\82¢.
+\83L\81[\83R\81[\83h\82Ì\96¼\91O\82ª\82È\82¯\82ê\82Î, \82±\82Ì\8aÖ\90\94\82Í\8bó\82Ì\95\8e\9a\97ñ("")\82ð\96ß\82·.
+<h2>\8fÚ\8d×</h2>
+\8fÚ\8d×\82Í<a href="SDL_Keycode.html">SDL_Keycode</a>\82ð\8eQ\8fÆ\82·\82é\82±\82Æ.
+<h2>\8aÖ\98A\8d\80\96Ú(\8aÖ\90\94)</h2>
+<a href="SDL_GetKeyFromScancode.html">SDL_GetKeyFromScancode</a><br>
+<a href="SDL_GetScancodeFromKey.html">SDL_GetScancodeFromKey</a><br>
+<h2>SDL Wiki\82Ö\82Ì\83\8a\83\93\83N</h2>
+<a href="https://wiki.libsdl.org/SDL_GetKeyName">SDL_GetKeyName - SDL Wiki</a>
+<hr>
+</body>
+</html>
diff --git a/SDL_GetKeyboardFocus.html b/SDL_GetKeyboardFocus.html
new file mode 100644 (file)
index 0000000..5f5451a
--- /dev/null
@@ -0,0 +1,24 @@
+<!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="CategoryPixels.html" title="1\82Â\8fã">
+<title>SDL_GetKeyboardFocus</title>
+</head>
+<body>
+<a href="index.html">\96Ú\8e\9f</a> - <a href="ApiByCategory.html">API(\8b@\94\\95Ê)</a> - <a href="CategoryKeyboard.html">\83L\81[\83{\81[\83h</a> - SDL_GetKeyboardFocus
+<hr>
+<h1>SDL_GetKeyboardFocus</h1>
+\83L\81[\83{\81[\83h\83t\83H\81[\83J\83X\82Ì\82 \82é\83E\83B\83\93\83h\83E\82ð\93¾\82é
+<h2>\8d\\95¶</h2>
+<code>SDL_Window* SDL_GetKeyboardFocus(void)</code>
+<h2>\96ß\82è\92l</h2>
+\83L\81[\83{\81[\83h\83t\83H\81[\83J\83X\82Ì\82 \82é\83E\83B\83\93\83h\83E\82ð\96ß\82·.
+<h2>SDL Wiki\82Ö\82Ì\83\8a\83\93\83N</h2>
+<a href="https://wiki.libsdl.org/SDL_GetKeyboardFocus">SDL_GetKeyboardFocus - SDL Wiki</a>
+<hr>
+</body>
+</html>
diff --git a/SDL_GetKeyboardState.html b/SDL_GetKeyboardState.html
new file mode 100644 (file)
index 0000000..a56f32e
--- /dev/null
@@ -0,0 +1,45 @@
+<!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="CategoryPixels.html" title="1\82Â\8fã">
+<title>SDL_GetKeyboardState</title>
+</head>
+<body>
+<a href="index.html">\96Ú\8e\9f</a> - <a href="ApiByCategory.html">API(\8b@\94\\95Ê)</a> - <a href="CategoryKeyboard.html">\83L\81[\83{\81[\83h</a> - SDL_GetKeyboardState
+<hr>
+<h1>SDL_GetKeyboardState</h1>
+\83L\81[\83{\81[\83h\82Ì\8fó\91Ô\82ð\93¾\82é
+<h2>\8d\\95¶</h2>
+<code>const Uint8* SDL_GetKeyboardState(int* numkeys)</code>
+<h2>\88ø\90\94</h2>
+<table border="1" summary="SDL_GetKeyboardState">
+<tr><td>numkeys</td><td>NULL\82Å\82È\82¢\82Æ\82«, \96ß\82µ\82½\94z\97ñ\82Ì\92·\82³\82ª\91ã\93ü\82³\82ê\82é<
+</table>
+<h2>\96ß\82è\92l</h2>
+\83L\81[\8fó\91Ô\82Ì\94z\97ñ\82Ö\82Ì\83|\83C\83\93\83^\82ð\96ß\82·.
+\92l\82ª1\82Ì\82Æ\82«\89\9f\82³\82ê\82Ä\82¢\82Ä, 0\82Ì\82Æ\82«\89\9f\82³\82ê\82Ä\82¢\82È\82¢.
+\94z\97ñ\82Ì\93Y\82¦\8e\9a\82Í<a href="SDL_Scancode.html">SDL_Scancode</a>\82Å\82 \82é.
+\96ß\82³\82ê\82½\83|\83C\83\93\83^\82ÍSDL\93à\95\94\82Ì\94z\97ñ\82Ö\82Ì\83|\83C\83\93\83^\82Å\82 \82é.
+\83A\83v\83\8a\83P\81[\83V\83\87\83\93\82Ì\8eÀ\8ds\92\86\82Í\8fí\82É\97L\8cø\82Å, \8cÄ\82Ñ\8fo\82µ\91¤\82Í\89ð\95ú\82·\82é\95K\97v\82Í\82È\82¢.
+<h2>\8fÚ\8d×</h2>
+<p>
+\83\81\83\82: <a href="SDL_PumpEvents.html">SDL_PumpEvents()</a>\82Å\82±\82Ì\8fó\91Ô\82Í\8dX\90V\82³\82ê\82é.
+</p>
+<p>
+\83\81\83\82\82±\82Ì\8aÖ\90\94\82Í\91S\82Ä\82Ì\83C\83x\83\93\83g\82ð\8f\88\97\9d\82µ\82½\8cã\82É\8fó\91Ô\82ð\8al\93¾\82·\82é.
+\82æ\82Á\82Ä, \82à\82µ\83C\83x\83\93\83g\82ð\8f\88\97\9d\82·\82é\91O\82É\83L\81[\82â\83{\83^\83\93\82ð\89\9f\82µ\82½\82è\97£\82µ\82½\82è\82·\82é\82Æ, <a href="SDL_GetKeyboardState.html">SDL_GetKeyboardState()</a>\82Å\82Í\89\9f\82³\82ê\82½\83L\81[\82ð\92m\82é\82±\82Æ\82ª\82Å\82«\82È\82¢.
+</p>
+<p>
+\83\81\83\82\82±\82Ì\8aÖ\90\94\82Í\83V\83t\83g\83L\81[\82Ì\8fó\91Ô\82ð\8dl\97\82µ\82È\82¢.
+</p>
+<h2>\8aÖ\98A\8d\80\96Ú(\8aÖ\90\94)</h2>
+<a href="SDL_PumpEvents.html">SDL_PumpEvents</a><br>
+<h2>SDL Wiki\82Ö\82Ì\83\8a\83\93\83N</h2>
+<a href="https://wiki.libsdl.org/SDL_GetKeyboardState">SDL_GetKeyboardState - SDL Wiki</a>
+<hr>
+</body>
+</html>
diff --git a/SDL_GetModState.html b/SDL_GetModState.html
new file mode 100644 (file)
index 0000000..5e190fe
--- /dev/null
@@ -0,0 +1,29 @@
+<!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="CategoryPixels.html" title="1\82Â\8fã">
+<title>SDL_GetModState</title>
+</head>
+<body>
+<a href="index.html">\96Ú\8e\9f</a> - <a href="ApiByCategory.html">API(\8b@\94\\95Ê)</a> - <a href="CategoryKeyboard.html">\83L\81[\83{\81[\83h</a> - SDL_GetModState
+<hr>
+<h1>SDL_GetModState</h1>
+\8fC\8fü\83L\81[\82Ì\8fó\91Ô\82ð\93¾\82é
+<h2>\8d\\95¶</h2>
+<code>SDL_Keymod SDL_GetModState(void)</code>
+<h2>\96ß\82è\92l</h2>
+\8fC\8fü\83L\81[\82Ì\91g\82Ý\8d\87\82í\82¹\82ð\98_\97\9d\98a\82Å\96ß\82·.
+\8fÚ\8d×\82Í<a href="SDL_Keymod.html">SDL_Keymod</a>\82ð\8eQ\8fÆ\82·\82é\82±\82Æ.
+<h2>\8aÖ\98A\8d\80\96Ú(\8aÖ\90\94)</h2>
+<a href="SDL_GetKeyboardState.html">SDL_GetKeyboardState</a><br>
+<a href="SDL_SetModState.html">SDL_SetModState</a><br>
+<a href="SDL_Keymod.html">SDL_Keymod</a><br>
+<h2>SDL Wiki\82Ö\82Ì\83\8a\83\93\83N</h2>
+<a href="https://wiki.libsdl.org/SDL_GetModState">SDL_GetModState - SDL Wiki</a>
+<hr>
+</body>
+</html>
diff --git a/SDL_GetScancodeFromKey.html b/SDL_GetScancodeFromKey.html
new file mode 100644 (file)
index 0000000..35c9b65
--- /dev/null
@@ -0,0 +1,33 @@
+<!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="CategoryPixels.html" title="1\82Â\8fã">
+<title>SDL_GetScancodeFromKey</title>
+</head>
+<body>
+<a href="index.html">\96Ú\8e\9f</a> - <a href="ApiByCategory.html">API(\8b@\94\\95Ê)</a> - <a href="CategoryKeyboard.html">\83L\81[\83{\81[\83h</a> - SDL_GetScancodeFromKey
+<hr>
+<h1>SDL_GetScancodeFromKey</h1>
+\8ew\92è\82Ì\83L\81[\83R\81[\83h\82©\82ç\8c»\8dÝ\82Ì\83L\81[\83{\81[\83h\83\8c\83C\83A\83E\83g\82É\8a\84\82è\93\96\82Ä\82ç\82ê\82½\83X\83L\83\83\83\93\83R\81[\83h\82ð\93¾\82é
+<h2>\8d\\95¶</h2>
+<code>SDL_Scancode SDL_GetScancodeFromKey(SDL_Keycode key)</code>
+<h2>\88ø\90\94</h2>
+<table border="1" summary="SDL_GetScancodeFromKey">
+<tr><td>key</td><td>\83X\83L\83\83\83\93\83R\81[\83h\82ð\93¾\82½\82¢<a href="SDL_Keycode.html">SDL_Keycode</a></td></tr>
+</table>
+<h2>\96ß\82è\92l</h2>
+<a href="SDL_Keycode.html">SDL_Keycode</a>\82É\8a\84\82è\93\96\82Ä\82ç\82ê\82½<a href="SDL_Scancode.html">SDL_Scancode</a>\82ð\96ß\82·.
+<h2>\8fÚ\8d×</h2>
+\8fÚ\8d×\82Í<a href="SDL_Scancode.html">SDL_Scancode</a>\82ð\8eQ\8fÆ\82·\82é\82±\82Æ.
+<h2>\8aÖ\98A\8d\80\96Ú(\8aÖ\90\94)</h2>
+<a href="SDL_GetKeyFromScancode.html">SDL_GetKeyFromScancode</a><br>
+<a href="SDL_GetScancodeName.html">SDL_GetScancodeName</a><br>
+<h2>SDL Wiki\82Ö\82Ì\83\8a\83\93\83N</h2>
+<a href="https://wiki.libsdl.org/SDL_GetScancodeFromKey">SDL_GetScancodeFromKey - SDL Wiki</a>
+<hr>
+</body>
+</html>
diff --git a/SDL_GetScancodeFromName.html b/SDL_GetScancodeFromName.html
new file mode 100644 (file)
index 0000000..a10dca4
--- /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="CategoryPixels.html" title="1\82Â\8fã">
+<title>SDL_GetScancodeFromName</title>
+</head>
+<body>
+<a href="index.html">\96Ú\8e\9f</a> - <a href="ApiByCategory.html">API(\8b@\94\\95Ê)</a> - <a href="CategoryKeyboard.html">\83L\81[\83{\81[\83h</a> - SDL_GetScancodeFromName
+<hr>
+<h1>SDL_GetScancodeFromName</h1>
+\90l\82ª\93Ç\82ß\82é\83L\81[\96¼\82©\82ç\83X\83L\83\83\83\93\83R\81[\83h\82ð\93¾\82é
+<h2>\8d\\95¶</h2>
+<code>SDL_Scancode SDL_GetScancodeFromName(const char* name)</code>
+<h2>\88ø\90\94</h2>
+<table border="1" summary="SDL_GetScancodeFromName">
+<tr><td>name</td><td>\90l\82ª\93Ç\82ß\82é\83X\83L\83\83\83\93\83R\81[\83h\96¼</td></tr>
+</table>
+<h2>\96ß\82è\92l</h2>
+\83X\83L\83\83\83\93\83R\81[\83h\82ð\96ß\82·. \88ê\92v\82·\82éname\82ª\82È\82¢\8fê\8d\87SDL_SCANCODE_UNKNOWN\82ð\96ß\82·.
+<h2>\8aÖ\98A\8d\80\96Ú(\8aÖ\90\94)</h2>
+<a href="SDL_GetKeyFromName.html">SDL_GetKeyFromName</a><br>
+<a href="SDL_GetScancodeFromKey.html">SDL_GetScancodeFromKey</a><br>
+<a href="SDL_GetScancodeName.html">SDL_GetScancodeName</a><br>
+<h2>SDL Wiki\82Ö\82Ì\83\8a\83\93\83N</h2>
+<a href="https://wiki.libsdl.org/SDL_GetScancodeFromName">SDL_GetScancodeFromName - SDL Wiki</a>
+<hr>
+</body>
+</html>
diff --git a/SDL_GetScancodeName.html b/SDL_GetScancodeName.html
new file mode 100644 (file)
index 0000000..e38acfa
--- /dev/null
@@ -0,0 +1,34 @@
+<!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="CategoryPixels.html" title="1\82Â\8fã">
+<title>SDL_GetScancodeName</title>
+</head>
+<body>
+<a href="index.html">\96Ú\8e\9f</a> - <a href="ApiByCategory.html">API(\8b@\94\\95Ê)</a> - <a href="CategoryKeyboard.html">\83L\81[\83{\81[\83h</a> - SDL_GetScancodeName
+<hr>
+<h1>SDL_GetScancodeName</h1>
+\83X\83L\83\83\83\93\83R\81[\83h\82©\82ç\90l\82ª\93Ç\82ß\82é\96¼\91O\82ð\93¾\82é
+<h2>\8d\\95¶</h2>
+<code>const char* SDL_GetScancodeName(SDL_Scancode scancode)</code>
+<h2>\88ø\90\94</h2>
+<table border="1" summary="SDL_GetScancodeName">
+<tr><td>scancode</td><td>\96¼\91O\82ð\93¾\82é<a href="SDL_Scancode.html">SDL_Scancode</a></td></tr>
+</table>
+<h2>\96ß\82è\92l</h2>
+\83X\83L\83\83\83\93\83R\81[\83h\96¼\82Ö\82Ì\83|\83C\83\93\83^\82ð\96ß\82·.
+\83X\83L\83\83\83\93\83R\81[\83h\82Ì\96¼\91O\82ª\82È\82¯\82ê\82Î, \82±\82Ì\8aÖ\90\94\82Í\8bó\82Ì\95\8e\9a\97ñ("")\82ð\96ß\82·.
+<h2>\8fÚ\8d×</h2>
+\8fÚ\8d×\82Í<a href="SDL_Scancode.html">SDL_Scancode</a>\82ð\8eQ\8fÆ\82·\82é\82±\82Æ.
+<h2>\8aÖ\98A\8d\80\96Ú(\8aÖ\90\94)</h2>
+<a href="SDL_GetScancodeFromKey.html">SDL_GetScancodeFromKey</a><br>
+<a href="SDL_GetScancodeFromName.html">SDL_GetScancodeFromName</a><br>
+<h2>SDL Wiki\82Ö\82Ì\83\8a\83\93\83N</h2>
+<a href="https://wiki.libsdl.org/SDL_GetScancodeName">SDL_GetScancodeName - SDL Wiki</a>
+<hr>
+</body>
+</html>
diff --git a/SDL_HasScreenKeyboardSupport.html b/SDL_HasScreenKeyboardSupport.html
new file mode 100644 (file)
index 0000000..db6e487
--- /dev/null
@@ -0,0 +1,26 @@
+<!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="CategoryPixels.html" title="1\82Â\8fã">
+<title>SDL_HasScreenKeyboardSupport</title>
+</head>
+<body>
+<a href="index.html">\96Ú\8e\9f</a> - <a href="ApiByCategory.html">API(\8b@\94\\95Ê)</a> - <a href="CategoryKeyboard.html">\83L\81[\83{\81[\83h</a> - SDL_HasScreenKeyboardSupport
+<hr>
+<h1>SDL_HasScreenKeyboardSupport</h1>
+\83X\83N\83\8a\81[\83\93\83L\81[\83{\81[\83h\82É\91Î\89\9e\82µ\82Ä\82¢\82é\82©\83`\83F\83b\83N\82·\82é
+<h2>\8d\\95¶</h2>
+<code>SDL_bool SDL_HasScreenKeyboardSupport(void)</code>
+<h2>\96ß\82è\92l</h2>
+\8aÂ\8b«\82ª\83X\83N\83\8a\81[\83\93\83L\81[\83{\81[\83h\82É\91Î\89\9e\82µ\82Ä\82¢\82é\82Æ\82«SDL_TRUE, \91Î\89\9e\82µ\82Ä\82¢\82È\82¢\82Æ\82«SDL_FALSE\82ð\96ß\82·.
+<h2>\8aÖ\98A\8d\80\96Ú(\8aÖ\90\94)</h2>
+<a href="SDL_StartTextInput.html">SDL_StartTextInput</a><br>
+<h2>SDL Wiki\82Ö\82Ì\83\8a\83\93\83N</h2>
+<a href="https://wiki.libsdl.org/SDL_HasScreenKeyboardSupport">SDL_HasScreenKeyboardSupport - SDL Wiki</a>
+<hr>
+</body>
+</html>
diff --git a/SDL_IsScreenKeyboardShown.html b/SDL_IsScreenKeyboardShown.html
new file mode 100644 (file)
index 0000000..061efa7
--- /dev/null
@@ -0,0 +1,30 @@
+<!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="CategoryPixels.html" title="1\82Â\8fã">
+<title>SDL_IsScreenKeyboardShown</title>
+</head>
+<body>
+<a href="index.html">\96Ú\8e\9f</a> - <a href="ApiByCategory.html">API(\8b@\94\\95Ê)</a> - <a href="CategoryKeyboard.html">\83L\81[\83{\81[\83h</a> - SDL_IsScreenKeyboardShown
+<hr>
+<h1>SDL_IsScreenKeyboardShown</h1>
+\83X\83N\83\8a\81[\83\93\83L\81[\83{\81[\83h\82ª\8ew\92è\82Ì\83E\83B\83\93\83h\83E\82É\95\\8e¦\82³\82ê\82Ä\82¢\82é\82©\83`\83F\83b\83N\82·\82é
+<h2>\8d\\95¶</h2>
+<code>SDL_bool SDL_IsScreenKeyboardShown(SDL_Window *window)</code>
+<h2>\88ø\90\94</h2>
+<table border="1" summary="SDL_IsScreenKeyboardShown">
+<tr><td>window</td><td>\83X\83N\83\8a\81[\83\93\83L\81[\83{\81[\83h\82Ì\97L\96³\82ð\92²\8d¸\82·\82é\83E\83B\83\93\83h\83E</td></tr>
+</table>
+<h2>\96ß\82è\92l</h2>
+\83X\83N\83\8a\81[\83\93\83L\81[\83{\81[\83h\82ª\95\\8e¦\82³\82ê\82Ä\82¢\82é\82Æ\82«SDL_TRUE, \95\\8e¦\82³\82ê\82Ä\82¢\82È\82¢\82Æ\82«SDL_FALSE\82ð\96ß\82·.
+<h2>\8aÖ\98A\8d\80\96Ú(\8aÖ\90\94)</h2>
+<a href="SDL_HasScreenKeyboardSupport.html">SDL_HasScreenKeyboardSupport</a><br>
+<h2>SDL Wiki\82Ö\82Ì\83\8a\83\93\83N</h2>
+<a href="https://wiki.libsdl.org/SDL_IsScreenKeyboardShown">SDL_IsScreenKeyboardShown - SDL Wiki</a>
+<hr>
+</body>
+</html>
diff --git a/SDL_IsTextInputActive.html b/SDL_IsTextInputActive.html
new file mode 100644 (file)
index 0000000..ef63735
--- /dev/null
@@ -0,0 +1,26 @@
+<!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="CategoryPixels.html" title="1\82Â\8fã">
+<title>SDL_IsTextInputActive</title>
+</head>
+<body>
+<a href="index.html">\96Ú\8e\9f</a> - <a href="ApiByCategory.html">API(\8b@\94\\95Ê)</a> - <a href="CategoryKeyboard.html">\83L\81[\83{\81[\83h</a> - SDL_IsTextInputActive
+<hr>
+<h1>SDL_IsTextInputActive</h1>
+Unicode\83e\83L\83X\83g\93ü\97Í\83C\83x\83\93\83g\82ª\97L\8cø\82©\83`\83F\83b\83N\82·\82é
+<h2>\8d\\95¶</h2>
+<code>SDL_bool SDL_IsTextInputActive(void)</code>
+<h2>\96ß\82è\92l</h2>
+\83e\83L\83X\83g\93ü\97Í\83C\83x\83\93\83g\82ª\97L\8cø\82Ì\82Æ\82«SDL_TRUE, \82»\82¤\82Å\82È\82¢\82Æ\82«SDL_FALSE\82ð\96ß\82·.
+<h2>\8aÖ\98A\8d\80\96Ú(\8aÖ\90\94)</h2>
+<a href="SDL_StartTextInput.html">SDL_StartTextInput</a><br>
+<h2>SDL Wiki\82Ö\82Ì\83\8a\83\93\83N</h2>
+<a href="https://wiki.libsdl.org/SDL_IsTextInputActive">SDL_IsTextInputActive - SDL Wiki</a>
+<hr>
+</body>
+</html>
diff --git a/SDL_SetModState.html b/SDL_SetModState.html
new file mode 100644 (file)
index 0000000..1751922
--- /dev/null
@@ -0,0 +1,37 @@
+<!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="CategoryPixels.html" title="1\82Â\8fã">
+<title>SDL_SetModState</title>
+</head>
+<body>
+<a href="index.html">\96Ú\8e\9f</a> - <a href="ApiByCategory.html">API(\8b@\94\\95Ê)</a> - <a href="CategoryKeyboard.html">\83L\81[\83{\81[\83h</a> - SDL_SetModState
+<hr>
+<h1>SDL_SetModState</h1>
+\8fC\8fü\83L\81[\82ð\90Ý\92è\82·\82é
+<h2>\8d\\95¶</h2>
+<code>void SDL_SetModState(SDL_Keymod modstate)</code>
+<h2>\88ø\90\94</h2>
+<table border="1" summary="SDL_SetModState">
+<tr><td>modstate</td><td>\90Ý\92è\82·\82é<a href="SDL_Keymod.html">SDL_Keymod</a></td></tr>
+</table>
+<h2>\8fÚ\8d×</h2>
+<p>
+<a href="SDL_GetModState.html">SDL_GetModState()</a>\82Æ\82Í\8bt\82É, <a href="SDL_SetModState.html">SDL_SetModState()</a>\82Í\83A\83v\83\8a\83P\81[\83V\83\87\83\93\82Å\82Ì\8fC\8fü\83L\81[\82Ì\8fó\91Ô\82ð\8b­\90§\93I\82É\90Ý\92è\82·\82é.
+\92P\82É\90Ý\92è\82·\82é\8fC\8fü\83L\81[\82Ì\8fó\91Ô\82ðmodstate\82É\91ã\93ü\82µ\82Ä\93n\82¹\82Î\82æ\82¢.
+\92l\82Í<a href="SDL_Keymod.html">SDL_Keymod</a>\82Ì\98_\97\9d\98a\82Å\82 \82é.
+</p>
+<p>
+\82±\82ê\82Í\83L\81[\83{\81[\83h\82Ì\8fó\91Ô\82ð\95Ï\8dX\82µ\82È\82¢. \8fC\8fü\83L\81[\82Ì\83t\83\89\83O\82Ì\82Ý\82ð\95Ï\8dX\82·\82é.
+</p>
+<h2>\8aÖ\98A\8d\80\96Ú(\8aÖ\90\94)</h2>
+<a href="SDL_GetModState.html">SDL_GetModState</a><br>
+<h2>SDL Wiki\82Ö\82Ì\83\8a\83\93\83N</h2>
+<a href="https://wiki.libsdl.org/SDL_SetModState">SDL_SetModState - SDL Wiki</a>
+<hr>
+</body>
+</html>
diff --git a/SDL_SetTextInputRect.html b/SDL_SetTextInputRect.html
new file mode 100644 (file)
index 0000000..3a3c75d
--- /dev/null
@@ -0,0 +1,28 @@
+<!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="CategoryPixels.html" title="1\82Â\8fã">
+<title>SDL_SetTextInputRect</title>
+</head>
+<body>
+<a href="index.html">\96Ú\8e\9f</a> - <a href="ApiByCategory.html">API(\8b@\94\\95Ê)</a> - <a href="CategoryKeyboard.html">\83L\81[\83{\81[\83h</a> - SDL_SetTextInputRect
+<hr>
+<h1>SDL_SetTextInputRect</h1>
+Unicode\83e\83L\83X\83g\93ü\97Í\82Å\8eg\82¤\97Ì\88æ\82ð\90Ý\92è\82·\82é
+<h2>\8d\\95¶</h2>
+<code>void SDL_SetTextInputRect(SDL_Rect* rect)</code>
+<h2>\88ø\90\94</h2>
+<table border="1" summary="SDL_SetTextInputRect">
+<tr><td>rect</td><td>\83e\83L\83X\83g\93ü\97Í\82Ì\97Ì\88æ\82Ì<a href="SDL_Rect.html">SDL_Rect</a> (NULL\82Ì\82Æ\82«\96³\8e\8b\82·\82é)</td></tr>
+</table>
+<h2>\8aÖ\98A\8d\80\96Ú(\8aÖ\90\94)</h2>
+<a href="SDL_StartTextInput.html">SDL_StartTextInput</a><br>
+<h2>SDL Wiki\82Ö\82Ì\83\8a\83\93\83N</h2>
+<a href="https://wiki.libsdl.org/SDL_SetTextInputRect">SDL_SetTextInputRect - SDL Wiki</a>
+<hr>
+</body>
+</html>
diff --git a/SDL_StartTextInput.html b/SDL_StartTextInput.html
new file mode 100644 (file)
index 0000000..129c46f
--- /dev/null
@@ -0,0 +1,28 @@
+<!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="CategoryPixels.html" title="1\82Â\8fã">
+<title>SDL_StartTextInput</title>
+</head>
+<body>
+<a href="index.html">\96Ú\8e\9f</a> - <a href="ApiByCategory.html">API(\8b@\94\\95Ê)</a> - <a href="CategoryKeyboard.html">\83L\81[\83{\81[\83h</a> - SDL_StartTextInput
+<hr>
+<h1>SDL_SetTextInputRect</h1>
+\83e\83L\83X\83g\93ü\97Í\83C\83x\83\93\83g\82Ì\8eó\82¯\93ü\82ê\82ð\8aJ\8en\82·\82é
+<h2>\8d\\95¶</h2>
+<code>void SDL_StartTextInput(void)</code>
+<h2>\8fÚ\8d×</h2>
+\82±\82Ì\8aÖ\90\94\82Å\83t\83H\81[\83J\83X\82Ì\82 \82éSDL\83E\83B\83\93\83h\83E\82Å\82ÌUnicode\83e\83L\83X\83g\93ü\97Í\83C\83x\83\93\83g\82Ì\8eó\82¯\93ü\82ê\82ð\8aJ\8en\82µ, SDL_TEXTINPUT\82ÆSDL_TEXTEDITING\82Ì\94­\8ds\82ð\8aJ\8en\82·\82é.
+\82±\82Ì\8aÖ\90\94\82Í<a href="SDL_StopTextInput.html">SDL_StopTextInput()</a>\82Æ\8b¤\82É\8eg\82¤.
+<h2>\8aÖ\98A\8d\80\96Ú(\8aÖ\90\94)</h2>
+<a href="SDL_SetTextInputRect.html">SDL_SetTextInputRect</a><br>
+<a href="SDL_StopTextInput.html">SDL_StopTextInput</a><br>
+<h2>SDL Wiki\82Ö\82Ì\83\8a\83\93\83N</h2>
+<a href="https://wiki.libsdl.org/SDL_StartTextInput">SDL_StartTextInput - SDL Wiki</a>
+<hr>
+</body>
+</html>
diff --git a/SDL_StopTextInput.html b/SDL_StopTextInput.html
new file mode 100644 (file)
index 0000000..000b8ce
--- /dev/null
@@ -0,0 +1,24 @@
+<!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="CategoryPixels.html" title="1\82Â\8fã">
+<title>SDL_StopTextInput</title>
+</head>
+<body>
+<a href="index.html">\96Ú\8e\9f</a> - <a href="ApiByCategory.html">API(\8b@\94\\95Ê)</a> - <a href="CategoryKeyboard.html">\83L\81[\83{\81[\83h</a> - SDL_StopTextInput
+<hr>
+<h1>SDL_StopTextInput</h1>
+\83e\83L\83X\83g\93ü\97Í\83C\83x\83\93\83g\82Ì\8eó\82¯\93ü\82ê\82ð\92â\8e~\82·\82é
+<h2>\8d\\95¶</h2>
+<code>void SDL_StopTextInput(void)</code>
+<h2>\8aÖ\98A\8d\80\96Ú(\8aÖ\90\94)</h2>
+<a href="SDL_StartTextInput.html">SDL_StartTextInput</a><br>
+<h2>SDL Wiki\82Ö\82Ì\83\8a\83\93\83N</h2>
+<a href="https://wiki.libsdl.org/SDL_StopTextInput">SDL_StopTextInput - SDL Wiki</a>
+<hr>
+</body>
+</html>