OSDN Git Service

SDL_GetEventState 新規追加 https://wiki.libsdl.org/SDL_GetEventState
authormaruhiro <maruhiro@bridge.ocn.ne.jp>
Sun, 23 Aug 2015 15:12:59 +0000 (00:12 +0900)
committermaruhiro <maruhiro@bridge.ocn.ne.jp>
Sun, 23 Aug 2015 15:12:59 +0000 (00:12 +0900)
CategoryAPI.html
CategoryEvents.html
SDL_GetEventState.html [new file with mode: 0644]

index 4d9f3f5..eda701f 100644 (file)
 <li><a href="SDL_GetGrabbedWindow.html">SDL_GetGrabbedWindow</a></li>
 <li><a href="SDL_GetError.html">SDL_GetError</a></li>
 <li><a href="SDL_GetEventFilter.html">SDL_GetEventFilter</a></li>
+<li><a href="SDL_GetEventState.html">SDL_GetEventState</a></li>
 <li><a href="SDL_GetGlobalMouseState.html">SDL_GetGlobalMouseState</a></li>
 <li><a href="SDL_GetHint.html">SDL_GetHint</a></li>
 <li><a href="SDL_GetKeyFromName.html">SDL_GetKeyFromName</a></li>
index 739d1ad..a5071bb 100644 (file)
@@ -74,6 +74,7 @@
 <li><a href="SDL_FlushEvent.html">SDL_FlushEvent</a></li>\r
 <li><a href="SDL_FlushEvents.html">SDL_FlushEvents</a></li>\r
 <li><a href="SDL_GetEventFilter.html">SDL_GetEventFilter</a></li>\r
+<li><a href="SDL_GetEventState.html">SDL_GetEventState</a></li>\r
 <li><a href="SDL_GetNumTouchDevices.html">SDL_GetNumTouchDevices</a></li>\r
 <li><a href="SDL_GetNumTouchFingers.html">SDL_GetNumTouchFingers</a></li>\r
 <li><a href="SDL_GetTouchDevice.html">SDL_GetTouchDevice</a></li>\r
diff --git a/SDL_GetEventState.html b/SDL_GetEventState.html
new file mode 100644 (file)
index 0000000..fa00f24
--- /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="CategoryEvents.html" title="1\82Â\8fã">
+<title>SDL_GetEventState</title>
+</head>
+<body>
+<a href="index.html">\96Ú\8e\9f</a> - <a href="ApiByCategory.html">API(\8b@\94\\95Ê)</a> - <a href="CategoryEvents.html">\83C\83x\83\93\83g\8f\88\97\9d</a> - SDL_GetEventState
+<hr>
+<h1>SDL_GetEventState</h1>
+\8ew\92è\82µ\82½<a href="SDL_EventType.html">SDL_EventType</a>\83C\83x\83\93\83g\82Ì\97L\8cø/\96³\8cø\8fó\91Ô\82ð\96ß\82·\83}\83N\83\8d
+<h2>\8d\\95¶</h2>
+<code>Uint8 SDL_GetEventState(Uint32 type)</code>
+<h2>\88ø\90\94</h2>
+<table border="1" summary="SDL_GetEventState">
+<tr><td>type</td><td>\92²\8d¸\82·\82é<a href="SDL_EventType.html">SDL_EventType</a>\83C\83x\83\93\83g</td></tr>
+</table>
+<h2>\96ß\82è\92l</h2>
+SDL_DISABLE \82Ü\82½\82Í SDL_ENABLE \82ð\96ß\82·.
+<h2>\8aÖ\98A\8d\80\96Ú(\8aÖ\90\94)</h2>
+<a href="SDL_EventState.html">SDL_EventState</a><br>
+<h2>SDL Wiki\82Ö\82Ì\83\8a\83\93\83N</h2>
+<a href="https://wiki.libsdl.org/SDL_GetEventState">SDL_GetEventState - SDL Wiki</a>
+<hr>
+</body>
+</html>