OSDN Git Service

追加
authormaruhiro <maruhiro@bridge.ocn.ne.jp>
Tue, 13 May 2014 13:01:47 +0000 (22:01 +0900)
committermaruhiro <maruhiro@bridge.ocn.ne.jp>
Tue, 13 May 2014 13:01:47 +0000 (22:01 +0900)
SDL_GetCursor.html [new file with mode: 0644]
SDL_GetDefaultCursor.html [new file with mode: 0644]
SDL_GetMouseFocus.html [new file with mode: 0644]
SDL_GetMouseState.html [new file with mode: 0644]
SDL_GetRelativeMouseMode.html [new file with mode: 0644]
SDL_GetRelativeMouseState.html [new file with mode: 0644]
SDL_SetCursor.html [new file with mode: 0644]
SDL_SetRelativeMouseMode.html [new file with mode: 0644]
SDL_ShowCursor.html [new file with mode: 0644]
SDL_WarpMouseInWindow.html [new file with mode: 0644]

diff --git a/SDL_GetCursor.html b/SDL_GetCursor.html
new file mode 100644 (file)
index 0000000..9b6a147
--- /dev/null
@@ -0,0 +1,30 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">\r
+<html lang="ja-JP">\r
+<head>\r
+<meta http-equiv="Content-Type" content="text/html; charset=Shift_JIS">\r
+<meta http-equiv="Content-Style-Type" content="text/css">\r
+<meta name="keywords" content="Simple Directmedia Layer SDL2.0">\r
+<link rel="top" href="index.html" title="\83z\81[\83\80">\r
+<link rel="parent" href="CategoryMouse.html" title="1\82Â\8fã">\r
+<title>SDL_GetCursor</title>\r
+</head>\r
+<body>\r
+<a href="index.html">\96Ú\8e\9f</a> - <a href="ApiByCategory.html">API(\8b@\94\\95Ê)</a> - <a href="CategoryMouse.html">\83}\83E\83X</a> - SDL_GetCursor\r
+<hr>\r
+<h1>SDL_GetCursor</h1>\r
+\8c»\8dÝ\82Ì\83}\83E\83X\83J\81[\83\\83\8b\82ð\93¾\82é\r
+<h2>\8d\\95¶</h2>\r
+<code>SDL_Cursor* SDL_GetCursor(void)</code>\r
+<h2>\88ø\90\94</h2>\r
+<h2>\96ß\82è\92l</h2>\r
+\8c»\8dÝ\82Ì\83}\83E\83X\83J\81[\83\\83\8b\82ð\96ß\82·. \83}\83E\83X\82ª\82È\82¢\82Æ\82«NULL\82ð\96ß\82·.\r
+<h2>\8fÚ\8d×</h2>\r
+\83\89\83C\83u\83\89\83\8a\82ª\92ñ\8b\9f\82µ\82½\8c»\8dÝ\82Ì\83}\83E\83X\83J\81[\83\\83\8b\82ð\96ß\82·.\r
+\82±\82ê\82Í<a href="SDL_FreeCursor.html">SDL_FreeCursor()</a>\82Å\89ð\95ú\82·\82é\95K\97v\82Í\82È\82¢.\r
+<h2>\8aÖ\98A\8d\80\96Ú(\8aÖ\90\94)</h2>\r
+<a href="SDL_SetCursor.html">SDL_SetCursor</a><br>\r
+<h2>SDL Wiki\82Ö\82Ì\83\8a\83\93\83N</h2>\r
+<a href="https://wiki.libsdl.org/SDL_GetCursor">SDL_GetCursor - SDL Wiki</a>\r
+<hr>\r
+</body>\r
+</html>\r
diff --git a/SDL_GetDefaultCursor.html b/SDL_GetDefaultCursor.html
new file mode 100644 (file)
index 0000000..ad483e0
--- /dev/null
@@ -0,0 +1,26 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">\r
+<html lang="ja-JP">\r
+<head>\r
+<meta http-equiv="Content-Type" content="text/html; charset=Shift_JIS">\r
+<meta http-equiv="Content-Style-Type" content="text/css">\r
+<meta name="keywords" content="Simple Directmedia Layer SDL2.0">\r
+<link rel="top" href="index.html" title="\83z\81[\83\80">\r
+<link rel="parent" href="CategoryMouse.html" title="1\82Â\8fã">\r
+<title>SDL_GetDefaultCursor</title>\r
+</head>\r
+<body>\r
+<a href="index.html">\96Ú\8e\9f</a> - <a href="ApiByCategory.html">API(\8b@\94\\95Ê)</a> - <a href="CategoryMouse.html">\83}\83E\83X</a> - SDL_GetDefaultCursor\r
+<hr>\r
+<h1>SDL_GetDefaultCursor</h1>\r
+\83f\83t\83H\83\8b\83g\82Ì\83}\83E\83X\83J\81[\83\\83\8b\82ð\93¾\82é\r
+<h2>\8d\\95¶</h2>\r
+<code>SDL_Cursor* SDL_GetDefaultCursor(void)</code>\r
+<h2>\96ß\82è\92l</h2>\r
+\90¬\8c÷\82Ì\82Æ\82«\83f\83t\83H\83\8b\83g\82Ì\83J\81[\83\\83\8b\8e¸\94s\82Ì\82Æ\82«NULL\82ð\96ß\82·.\r
+<h2>\8aÖ\98A\8d\80\96Ú(\8aÖ\90\94)</h2>\r
+<a href="SDL_CreateSystemCursor.html">SDL_CreateSystemCursor</a><br>\r
+<h2>SDL Wiki\82Ö\82Ì\83\8a\83\93\83N</h2>\r
+<a href="https://wiki.libsdl.org/SDL_GetDefaultCursor">SDL_GetDefaultCursor - SDL Wiki</a>\r
+<hr>\r
+</body>\r
+</html>\r
diff --git a/SDL_GetMouseFocus.html b/SDL_GetMouseFocus.html
new file mode 100644 (file)
index 0000000..de8d2df
--- /dev/null
@@ -0,0 +1,24 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">\r
+<html lang="ja-JP">\r
+<head>\r
+<meta http-equiv="Content-Type" content="text/html; charset=Shift_JIS">\r
+<meta http-equiv="Content-Style-Type" content="text/css">\r
+<meta name="keywords" content="Simple Directmedia Layer SDL2.0">\r
+<link rel="top" href="index.html" title="\83z\81[\83\80">\r
+<link rel="parent" href="CategoryMouse.html" title="1\82Â\8fã">\r
+<title></title>\r
+</head>\r
+<body>\r
+<a href="index.html">\96Ú\8e\9f</a> - <a href="ApiByCategory.html">API(\8b@\94\\95Ê)</a> - <a href="CategoryMouse.html">\83}\83E\83X</a> - SDL_GetMouseFocus\r
+<hr>\r
+<h1>SDL_GetMouseFocus</h1>\r
+\8c»\8dÝ\83}\83E\83X\83t\83H\81[\83J\83X\82Ì\82 \82é\83E\83B\83\93\83h\83E\82ð\93¾\82é\r
+<h2>\8d\\95¶</h2>\r
+<code>SDL_Window* SDL_GetMouseFocus(void)</code>\r
+<h2>\96ß\82è\92l</h2>\r
+\83}\83E\83X\83t\83H\81[\83J\83X\82Ì\82 \82é\83E\83B\83\93\83h\83E\82ð\96ß\82·.\r
+<h2>SDL Wiki\82Ö\82Ì\83\8a\83\93\83N</h2>\r
+<a href="https://wiki.libsdl.org/SDL_GetMouseFocus">SDL_GetMouseFocus - SDL Wiki</a>\r
+<hr>\r
+</body>\r
+</html>\r
diff --git a/SDL_GetMouseState.html b/SDL_GetMouseState.html
new file mode 100644 (file)
index 0000000..bc05aee
--- /dev/null
@@ -0,0 +1,37 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">\r
+<html lang="ja-JP">\r
+<head>\r
+<meta http-equiv="Content-Type" content="text/html; charset=Shift_JIS">\r
+<meta http-equiv="Content-Style-Type" content="text/css">\r
+<meta name="keywords" content="Simple Directmedia Layer SDL2.0">\r
+<link rel="top" href="index.html" title="\83z\81[\83\80">\r
+<link rel="parent" href="CategoryMouse.html" title="1\82Â\8fã">\r
+<title>SDL_GetMouseState</title>\r
+</head>\r
+<body>\r
+<a href="index.html">\96Ú\8e\9f</a> - <a href="ApiByCategory.html">API(\8b@\94\\95Ê)</a> - <a href="CategoryMouse.html">\83}\83E\83X</a> - SDL_GetMouseState\r
+<hr>\r
+<h1>SDL_GetMouseState</h1>\r
+Use this function to retrieve the current state of the mouse.\r
+\8c»\8dÝ\82Ì\83}\83E\83X\82Ì\8fó\91Ô\82ð\93¾\82é\r
+<h2>\8d\\95¶</h2>\r
+<code>Uint32 SDL_GetMouseState(int* x, int* y)</code>\r
+<h2>\88ø\90\94</h2>\r
+<table border="1" summary="SDL_GetMouseState">\r
+<tr><td>x</td><td>\83t\83H\81[\83J\83X\82Ì\82 \82é\83E\83B\83\93\83h\83E\82©\82ç\82Ì\91\8a\91ÎX\8dÀ\95W\82ð\91ã\93ü\82·\82é\83|\83C\83\93\83^</td></tr>\r
+<tr><td>y</td><td>\83t\83H\81[\83J\83X\82Ì\82 \82é\83E\83B\83\93\83h\83E\82©\82ç\82Ì\91\8a\91ÎY\8dÀ\95W\82ð\91ã\93ü\82·\82é\83|\83C\83\93\83^</td></tr>\r
+</table>\r
+<h2>\96ß\82è\92l</h2>\r
+\8c»\8dÝ\82Ì\83{\83^\83\93\82Ì\83r\83b\83g\83}\83X\83N\82ð\96ß\82·\r
+<h2>\8fÚ\8d×</h2>\r
+\8c»\8dÝ\82Ì\83{\83^\83\93\82Ì\8fó\91Ô\82Í, \96ß\82è\92l\82Ì\83r\83b\83g\83}\83X\83N\82Å, SDL_BUTTON(X)\83}\83N\83\8d\82Å\83`\83F\83b\83N\82Å\82«\82é (\92Ê\8fí\82ÍX=1\82ª\8d¶, 2\82ª\92\86\89\9b, 3\82ª\89E).\r
+\82»\82µ\82Ä, \91I\91ð\82µ\82½\83t\83H\81[\83J\83X\82Ì\82 \82é\83E\83B\83\93\83h\83E\82©\82ç\82Ì\91\8a\91Î\8dÀ\95W\82Íx\82Æy\82É\91ã\93ü\82³\82ê\82é.\r
+x\82Æy\82É\82ÍNULL\82ð\93n\82·\82±\82Æ\82ª\82Å\82«\82é.\r
+<h2>\8aÖ\98A\8d\80\96Ú(\8aÖ\90\94)</h2>\r
+<a href="SDL_GetRelativeMouseState.html">SDL_GetRelativeMouseState</a><br>\r
+<a href="SDL_PumpEvents.html">SDL_PumpEvents</a><br>\r
+<h2>SDL Wiki\82Ö\82Ì\83\8a\83\93\83N</h2>\r
+<a href="https://wiki.libsdl.org/SDL_GetMouseState">SDL_GetMouseState - SDL Wiki</a>\r
+<hr>\r
+</body>\r
+</html>\r
diff --git a/SDL_GetRelativeMouseMode.html b/SDL_GetRelativeMouseMode.html
new file mode 100644 (file)
index 0000000..61a2bb7
--- /dev/null
@@ -0,0 +1,26 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">\r
+<html lang="ja-JP">\r
+<head>\r
+<meta http-equiv="Content-Type" content="text/html; charset=Shift_JIS">\r
+<meta http-equiv="Content-Style-Type" content="text/css">\r
+<meta name="keywords" content="Simple Directmedia Layer SDL2.0">\r
+<link rel="top" href="index.html" title="\83z\81[\83\80">\r
+<link rel="parent" href="CategoryMouse.html" title="1\82Â\8fã">\r
+<title>SDL_GetRelativeMouseMode</title>\r
+</head>\r
+<body>\r
+<a href="index.html">\96Ú\8e\9f</a> - <a href="ApiByCategory.html">API(\8b@\94\\95Ê)</a> - <a href="CategoryMouse.html">\83}\83E\83X</a> - SDL_GetRelativeMouseMode\r
+<hr>\r
+<h1>SDL_GetRelativeMouseMode</h1>\r
+\91\8a\91Î\83}\83E\83X\83\82\81[\83h\82ª\97L\8cø\82©\92²\82×\82é\r
+<h2>\8d\\95¶</h2>\r
+<code>SDL_bool SDL_GetRelativeMouseMode(void)</code>\r
+<h2>\96ß\82è\92l</h2>\r
+\91\8a\91Î\83\82\81[\83h\82ª\97L\8cø\82Ì\82Æ\82«SDL_TRUE, \96³\8cø\82Ì\82Æ\82«SDL_FALSE\82ð\96ß\82·.\r
+<h2>\8aÖ\98A\8d\80\96Ú(\8aÖ\90\94)</h2>\r
+<a href="SDL_SetRelativeMouseMode.html">SDL_SetRelativeMouseMode</a><br>\r
+<h2>SDL Wiki\82Ö\82Ì\83\8a\83\93\83N</h2>\r
+<a href="https://wiki.libsdl.org/SDL_GetRelativeMouseMode">SDL_GetRelativeMouseMode - SDL Wiki</a>\r
+<hr>\r
+</body>\r
+</html>\r
diff --git a/SDL_GetRelativeMouseState.html b/SDL_GetRelativeMouseState.html
new file mode 100644 (file)
index 0000000..2a763fa
--- /dev/null
@@ -0,0 +1,39 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">\r
+<html lang="ja-JP">\r
+<head>\r
+<meta http-equiv="Content-Type" content="text/html; charset=Shift_JIS">\r
+<meta http-equiv="Content-Style-Type" content="text/css">\r
+<meta name="keywords" content="Simple Directmedia Layer SDL2.0">\r
+<link rel="top" href="index.html" title="\83z\81[\83\80">\r
+<link rel="parent" href="CategoryMouse.html" title="1\82Â\8fã">\r
+<title>SDL_GetRelativeMouseState</title>\r
+</head>\r
+<body>\r
+<a href="index.html">\96Ú\8e\9f</a> - <a href="ApiByCategory.html">API(\8b@\94\\95Ê)</a> - <a href="CategoryMouse.html">\83}\83E\83X</a> - SDL_GetRelativeMouseState\r
+<hr>\r
+<h1>SDL_GetRelativeMouseState</h1>\r
+\83}\83E\83X\82Ì\91\8a\91Î\8fó\91Ô\82ð\93¾\82é\r
+<h2>\8d\\95¶</h2>\r
+<code>Uint32 SDL_GetRelativeMouseState(int* x, int* y)</code>\r
+<h2>\88ø\90\94</h2>\r
+<table border="1" summary="SDL_GetRelativeMouseState">\r
+<tr><td>x</td><td>\83}\83E\83X\8dÅ\8cã\82É\8bL\98^\82µ\82½\8dÀ\95W\82©\82ç\82Ì\91\8a\91ÎX\8dÀ\95W\82ð\91ã\93ü\82·\82é\83|\83C\83\93\83^</td></tr>\r
+<tr><td>y</td><td>\83}\83E\83X\8dÅ\8cã\82É\8bL\98^\82µ\82½\8dÀ\95W\82©\82ç\82Ì\91\8a\91ÎY\8dÀ\95W\82ð\91ã\93ü\82·\82é\83|\83C\83\93\83^</td></tr>\r
+</table>\r
+<h2>\96ß\82è\92l</h2>\r
+\8c»\8dÝ\82Ì\83{\83^\83\93\82Ì\83r\83b\83g\83}\83X\83N\82ð\96ß\82·\r
+<h2>\8fÚ\8d×</h2>\r
+<p>\r
+\8c»\8dÝ\82Ì\83{\83^\83\93\82Ì\8fó\91Ô\82Í, \96ß\82è\92l\82Ì\83r\83b\83g\83}\83X\83N\82Å, SDL_BUTTON(X)\83}\83N\83\8d\82Å\83`\83F\83b\83N\82Å\82«\82é (\92Ê\8fí\82ÍX=1\82ª\8d¶, 2\82ª\92\86\89\9b, 3\82ª\89E).\r
+</p>\r
+<p>\r
+x\82Æy\82Í, \8dÅ\8cã\82É<a href="SDL_GetRelativeMouseState.html">SDL_GetRelativeMouseState()</a>\82ð\8cÄ\82ñ\82Å\82©\82ç, \82Ü\82½\82Í\83C\83x\83\93\83g\82ð\8f\89\8aú\89»\82µ\82Ä\82©\82ç\82Ì\8dÀ\95W\82Ì\8d·\82Å\82 \82é.\r
+x\82Æy\82É\82ÍNULL\82ð\93n\82·\82±\82Æ\82ª\82Å\82«\82é.\r
+</p>\r
+<h2>\8aÖ\98A\8d\80\96Ú(\8aÖ\90\94)</h2>\r
+<a href="SDL_GetMouseState.html">SDL_GetMouseState</a><br>\r
+<h2>SDL Wiki\82Ö\82Ì\83\8a\83\93\83N</h2>\r
+<a href="https://wiki.libsdl.org/SDL_GetRelativeMouseState">SDL_GetRelativeMouseState - SDL Wiki</a>\r
+<hr>\r
+</body>\r
+</html>\r
diff --git a/SDL_SetCursor.html b/SDL_SetCursor.html
new file mode 100644 (file)
index 0000000..b2b6838
--- /dev/null
@@ -0,0 +1,34 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">\r
+<html lang="ja-JP">\r
+<head>\r
+<meta http-equiv="Content-Type" content="text/html; charset=Shift_JIS">\r
+<meta http-equiv="Content-Style-Type" content="text/css">\r
+<meta name="keywords" content="Simple Directmedia Layer SDL2.0">\r
+<link rel="top" href="index.html" title="\83z\81[\83\80">\r
+<link rel="parent" href="CategoryMouse.html" title="1\82Â\8fã">\r
+<title></title>\r
+</head>\r
+<body>\r
+<a href="index.html">\96Ú\8e\9f</a> - <a href="ApiByCategory.html">API(\8b@\94\\95Ê)</a> - <a href="CategoryMouse.html">\83}\83E\83X</a> - SDL_SetCursor\r
+<hr>\r
+<h1>SDL_SetCursor</h1>\r
+\83}\83E\83X\83J\81[\83\\83\8b\82ð\90Ý\92è\82·\82é\r
+<h2>\8d\\95¶</h2>\r
+<code>void SDL_SetCursor(SDL_Cursor* cursor)</code>\r
+<h2>\88ø\90\94</h2>\r
+<table border="1" summary="SDL_SetCursor">\r
+<tr><td>cursor</td><td>\90Ý\92è\82·\82é\83}\83E\83X\83J\81[\83\\83\8b (\8fÚ\8d×\82ð\8eQ\8fÆ\82·\82é\82±\82Æ)</td></tr>\r
+</table>\r
+<h2>\8fÚ\8d×</h2>\r
+\82±\82Ì\8aÖ\90\94\82Í\8c»\8dÝ\82Ì\83}\83E\83X\83J\81[\83\\83\8b\82ð\8ew\92è\82µ\82½\82à\82Ì\82É\82·\82é.\r
+\83J\81[\83\\83\8b\82ª\94ñ\95\\8e¦\82È\82ç\82Î, \95\\8e¦\82³\82ê\82½\92¼\8cã\82É\95Ï\8dX\82³\82ê\82é.\r
+\82à\82µ\97l\81X\82È\97\9d\97R\82Å\95K\97v\82È\82ç\82Î, SDL_SetCursor(NULL)\82Å\8b­\90§\93I\82É\83J\81[\83\\83\8b\82ð\95`\82«\92¼\82¹\82é.\r
+<h2>\8aÖ\98A\8d\80\96Ú(\8aÖ\90\94)</h2>\r
+<a href="SDL_CreateCursor.html">SDL_CreateCursor</a><br>\r
+<a href="SDL_GetCursor.html">SDL_GetCursor</a><br>\r
+<a href="SDL_ShowCursor.html">SDL_ShowCursor</a><br>\r
+<h2>SDL Wiki\82Ö\82Ì\83\8a\83\93\83N</h2>\r
+<a href="https://wiki.libsdl.org/SDL_SetCursor">SDL_SetCursor - SDL Wiki</a>\r
+<hr>\r
+</body>\r
+</html>\r
diff --git a/SDL_SetRelativeMouseMode.html b/SDL_SetRelativeMouseMode.html
new file mode 100644 (file)
index 0000000..2487a1f
--- /dev/null
@@ -0,0 +1,43 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">\r
+<html lang="ja-JP">\r
+<head>\r
+<meta http-equiv="Content-Type" content="text/html; charset=Shift_JIS">\r
+<meta http-equiv="Content-Style-Type" content="text/css">\r
+<meta name="keywords" content="Simple Directmedia Layer SDL2.0">\r
+<link rel="top" href="index.html" title="\83z\81[\83\80">\r
+<link rel="parent" href="CategoryMouse.html" title="1\82Â\8fã">\r
+<title>SDL_SetRelativeMouseMode</title>\r
+</head>\r
+<body>\r
+<a href="index.html">\96Ú\8e\9f</a> - <a href="ApiByCategory.html">API(\8b@\94\\95Ê)</a> - <a href="CategoryMouse.html">\83}\83E\83X</a> - SDL_SetRelativeMouseMode\r
+<hr>\r
+<h1>SDL_SetRelativeMouseMode</h1>\r
+\91\8a\91Î\83}\83E\83X\83\82\81[\83h\82ð\90Ý\92è\82·\82é\r
+<h2>\8d\\95¶</h2>\r
+<code>int SDL_SetRelativeMouseMode(SDL_bool enabled)</code>\r
+<h2>\88ø\90\94</h2>\r
+<table border="1" summary="SDL_SetRelativeMouseMode">\r
+<tr><td>enabled</td><td>\91\8a\91Î\83\82\81[\83h\82Ì\97L\8cø\81E\96³\8cø (SDL_TRUE\82Å\97L\8cø???)</td></tr>\r
+<p>\r
+\90¬\8c÷\82Ì\82Æ\82«0, \8e¸\94s\82Ì\82Æ\82«\95\89\82Ì\90\94\82Ì\83G\83\89\81[\83R\81[\83h\82ð\96ß\82·.\r
+<a href="SDL_GetError.html">SDL_GetError()</a>\82Å\8fÚ\8d×\82ð\92m\82é\82±\82Æ\82ª\82Å\82«\82é.\r
+</p>\r
+<p>\r
+\91\8a\91Î\83\82\81[\83h\82É\91Î\89\9e\82µ\82Ä\82¢\82È\82¢\82Æ\82«\82Í-1\82ð\96ß\82·.\r
+</p>\r
+</table>\r
+<h2>\8fÚ\8d×</h2>\r
+<p>\r
+\83}\83E\83X\82ª\91\8a\91Î\83\82\81[\83h\82Ì\8aÔ\82Í, \83}\83E\83X\83J\81[\83\\83\8b\82ª\94ñ\95\\8e¦\82É\82È\82è, \83h\83\89\83C\83o\82Í\8c»\8dÝ\82Ì\83E\83B\83\93\83h\83E\93à\82Ì\83}\83E\83X\82Ì\98A\91±\82µ\82½\93®\82«\82ð\95ñ\8d\90\82·\82é.\r
+<a href="SDL_MouseMotionEvent.html">\83}\83E\83X\88Ú\93®\83C\83x\83\93\83g</a>\82Ì\82Ý\82ª\91\97\82ç\82ê, \83}\83E\83X\82Ì\88Ê\92u\82Í\95Ï\82í\82ç\82È\82¢.\r
+</p>\r
+<p>\r
+\82±\82Ì\8aÖ\90\94\82Í\96¢\8f\88\97\9d\82Ì\83}\83E\83X\88Ú\93®\83C\83x\83\93\83g\82ð\91S\82Ä\91|\82«\8fo\82·.\r
+</p>\r
+<h2>\8aÖ\98A\8d\80\96Ú(\8aÖ\90\94)</h2>\r
+<a href="SDL_GetRelativeMouseMode.html">SDL_GetRelativeMouseMode</a><br>\r
+<h2>SDL Wiki\82Ö\82Ì\83\8a\83\93\83N</h2>\r
+<a href="https://wiki.libsdl.org/SDL_SetRelativeMouseMode">SDL_SetRelativeMouseMode - SDL Wiki</a>\r
+<hr>\r
+</body>\r
+</html>\r
diff --git a/SDL_ShowCursor.html b/SDL_ShowCursor.html
new file mode 100644 (file)
index 0000000..30b5e31
--- /dev/null
@@ -0,0 +1,41 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">\r
+<html lang="ja-JP">\r
+<head>\r
+<meta http-equiv="Content-Type" content="text/html; charset=Shift_JIS">\r
+<meta http-equiv="Content-Style-Type" content="text/css">\r
+<meta name="keywords" content="Simple Directmedia Layer SDL2.0">\r
+<link rel="top" href="index.html" title="\83z\81[\83\80">\r
+<link rel="parent" href="CategoryMouse.html" title="1\82Â\8fã">\r
+<title>SDL_ShowCursor</title>\r
+</head>\r
+<body>\r
+<a href="index.html">\96Ú\8e\9f</a> - <a href="ApiByCategory.html">API(\8b@\94\\95Ê)</a> - <a href="CategoryMouse.html">\83}\83E\83X</a> - SDL_ShowCursor\r
+<hr>\r
+<h1>SDL_ShowCursor</h1>\r
+\83}\83E\83X\83J\81[\83\\83\8b\82Ì\95\\8e¦\81E\94ñ\95\\8e¦\82ð\95Ï\8dX\82·\82é\r
+<h2>\8d\\95¶</h2>\r
+<code>int SDL_ShowCursor(int toggle)</code>\r
+<h2>\88ø\90\94</h2>\r
+<table border="1" summary="SDL_ShowCursor">\r
+<tr><td>toggle</td><td>1\82Ì\82Æ\82«\95\\8e¦, 0\82Ì\82Æ\82«\94ñ\95\\8e¦, -1\82Ì\82Æ\82«\8c»\8dÝ\82Ì\8fó\91Ô\82ð\92²\8d¸\82·\82é</td></tr>\r
+</table>\r
+<h2>\96ß\82è\92l</h2>\r
+\95\\8e¦\82³\82ê\82Ä\82¢\82é\82Æ\82«1, \94ñ\95\\8e¦\82Ì\82Æ\82«0, \8e¸\94s\82Ì\82Æ\82«\95\89\82Ì\90\94\82Ì\83G\83\89\81[\83R\81[\83h\82ð\96ß\82·.\r
+<a href="SDL_GetError.html">SDL_GetError()</a>\82Å\8fÚ\8d×\82ð\92m\82é\82±\82Æ\82ª\82Å\82«\82é.\r
+<h2>\8fÚ\8d×</h2>\r
+<p>\r
+\83J\81[\83\\83\8b\82Í\8en\82ß\82Í\95\\8e¦\82³\82ê\82Ä\82¢\82é\82ª, \94ñ\95\\8e¦\82É\82à\82Å\82«\82é.\r
+SDL_ENABLE\82ð\93n\82·\82Æ\95\\8e¦\82³\82ê, SDL_DISABLE\82ð\93n\82·\82Æ\94ñ\95\\8e¦\82É\82È\82é.\r
+</p>\r
+<p>\r
+SDL_QUERY\82ð\93n\82·\82Æ\8c»\8dÝ\82Ì\83J\81[\83\\83\8b\82Ì\8fó\91Ô\82ð\93¾\82ç\82ê\82é.\r
+SDL_DISABLE\82Ü\82½\82ÍSDL_ENABLE\82Ì\82¢\82¸\82ê\82©\82ª\96ß\82é.\r
+</p>\r
+<h2>\8aÖ\98A\8d\80\96Ú(\8aÖ\90\94)</h2>\r
+<a href="SDL_CreateCursor.html">SDL_CreateCursor</a><br>\r
+<a href="SDL_SetCursor.html">SDL_SetCursor</a><br>\r
+<h2>SDL Wiki\82Ö\82Ì\83\8a\83\93\83N</h2>\r
+<a href="https://wiki.libsdl.org/SDL_ShowCursor">SDL_ShowCursor - SDL Wiki</a>\r
+<hr>\r
+</body>\r
+</html>\r
diff --git a/SDL_WarpMouseInWindow.html b/SDL_WarpMouseInWindow.html
new file mode 100644 (file)
index 0000000..93748ec
--- /dev/null
@@ -0,0 +1,30 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">\r
+<html lang="ja-JP">\r
+<head>\r
+<meta http-equiv="Content-Type" content="text/html; charset=Shift_JIS">\r
+<meta http-equiv="Content-Style-Type" content="text/css">\r
+<meta name="keywords" content="Simple Directmedia Layer SDL2.0">\r
+<link rel="top" href="index.html" title="\83z\81[\83\80">\r
+<link rel="parent" href="CategoryMouse.html" title="1\82Â\8fã">\r
+<title>SDL_WarpMouseInWindow</title>\r
+</head>\r
+<body>\r
+<a href="index.html">\96Ú\8e\9f</a> - <a href="ApiByCategory.html">API(\8b@\94\\95Ê)</a> - <a href="CategoryMouse.html">\83}\83E\83X</a> - SDL_WarpMouseInWindow\r
+<hr>\r
+<h1>SDL_WarpMouseInWindow</h1>\r
+\83}\83E\83X\83J\81[\83\\83\8b\82ð\83E\83B\83\93\83h\83E\93à\82Ì\8ew\92è\82Ì\88Ê\92u\82Ö\88Ú\93®\82·\82é\r
+<h2>\8d\\95¶</h2>\r
+<code>void SDL_WarpMouseInWindow(SDL_Window* window, int x, int y)</code>\r
+<h2>\88ø\90\94</h2>\r
+<table border="1" summary="SDL_WarpMouseInWindow">\r
+<tr><td>window</td><td>\83}\83E\83X\82ð\88Ú\93®\82·\82é\83E\83B\83\93\83h\83E. NULL\82Ì\82Æ\82«\83}\83E\83X\83t\83H\81[\83J\83X\82Ì\82 \82é\83E\83B\83\93\83h\83E</td></tr>\r
+<tr><td>x</td><td>window\93à\82Ì\91\8a\91ÎX\8dÀ\95W</td></tr>\r
+<tr><td>y</td><td>window\93à\82Ì\91\8a\91ÎY\8dÀ\95W</td></tr>\r
+</table>\r
+<h2>\8fÚ\8d×</h2>\r
+\82±\82Ì\8aÖ\90\94\82Í<a href="SDL_MouseMotionEvent.html">\83}\83E\83X\88Ú\93®\83C\83x\83\93\83g</a>\82ð\94­\90\82³\82¹\82é.\r
+<h2>SDL Wiki\82Ö\82Ì\83\8a\83\93\83N</h2>\r
+<a href="https://wiki.libsdl.org/SDL_WarpMouseInWindow">SDL_WarpMouseInWindow - SDL Wiki</a>\r
+<hr>\r
+</body>\r
+</html>\r