OSDN Git Service

SDL_iPhoneSetEventPump SDL_iOSSetEventPump()から関数名変更, ヘッダファイルに合わせて修正 https://wiki...
authormaruhiro <maruhiro@bridge.ocn.ne.jp>
Sat, 2 Apr 2016 10:51:31 +0000 (19:51 +0900)
committermaruhiro <maruhiro@bridge.ocn.ne.jp>
Sat, 2 Apr 2016 10:51:31 +0000 (19:51 +0900)
CategoryAPI.html
CategorySystem.html
SDL_iPhoneSetEventPump.html [new file with mode: 0644]

index f6d16aa..afaeb34 100644 (file)
 <li><a href="SDL_assert_paranoid.html">SDL_assert_paranoid</a></li>
 <li><a href="SDL_assert_release.html">SDL_assert_release</a></li>
 <li><a href="SDL_iPhoneSetAnimationCallback.html">SDL_iPhoneSetAnimationCallback</a></li>
+<li><a href="SDL_iPhoneSetEventPump.html">SDL_iPhoneSetEventPump</a></li>
 </ol>
 <h2>SDL Wiki\82Ö\82Ì\83\8a\83\93\83N</h2>
 <a href="https://wiki.libsdl.org/CategoryAPI">SDL 2.0 API by Name - SDL Wiki</a>
index 38cd412..9f2d29b 100644 (file)
@@ -33,6 +33,7 @@
 <li><a href="SDL_WinRTGetFSPathUNICODE.html">SDL_WinRTGetFSPathUNICODE</a></li>\r
 <li><a href="SDL_WinRTGetFSPathUTF8.html">SDL_WinRTGetFSPathUTF8</a></li>\r
 <li><a href="SDL_iPhoneSetAnimationCallback.html">SDL_iPhoneSetAnimationCallback</a></li>\r
+<li><a href="SDL_iPhoneSetEventPump.html">SDL_iPhoneSetEventPump</a></li>\r
 </ol>\r
 <h2>SDL Wiki\82Ö\82Ì\83\8a\83\93\83N</h2>\r
 <a href="https://wiki.libsdl.org/CategorySystem">Platform-specific functionality - SDL Wiki</a>\r
diff --git a/SDL_iPhoneSetEventPump.html b/SDL_iPhoneSetEventPump.html
new file mode 100644 (file)
index 0000000..011d0c4
--- /dev/null
@@ -0,0 +1,40 @@
+<!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="CategorySystem.html" title="1\82Â\8fã">
+<title>SDL_iPhoneSetEventPump</title>
+</head>
+<body>
+<a href="index.html">\96Ú\8e\9f</a> - <a href="ApiByCategory.html">API(\8b@\94\\95Ê)</a> - <a href="CategorySystem.html">\8aÂ\8b«\8cÅ\97L\82Ì\8b@\94\</a> - SDL_iPhoneSetEventPump
+<hr>
+<h1>SDL_iPhoneSetEventPump</h1>
+Apple iOS\82ÅSDL\82Ì\83C\83x\83\93\83g\82Ì\8bz\8fo\82µ\82ð\97L\8cø\82Ü\82½\82Í\96³\8cø\82É\82·\82é
+<h2>\8d\\95¶</h2>
+<code>void SDL_iPhoneSetEventPump(SDL_bool enabled)</code>
+<h2>\88ø\90\94</h2>
+<table border="1" summary="SDL_iPhoneSetEventPump">
+<tr><td>enabled</td><td>SDL_TRUE\82Ì\82Æ\82«\83C\83x\83\93\83g\8bz\8fo\82µ\82ð\97L\8cø, SDL_FALSE\82Ì\82Æ\82«\96³\8cø</td></tr>
+</table>
+<h2>\96ß\82è\92l</h2>
+\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·.
+<a href="SDL_GetError.html">SDL_GetError()</a>\82Å\8fÚ\8d×\82ð\92m\82é\82±\82Æ\82ª\82Å\82«\82é.
+<h2>\8fÚ\8d×</h2>
+<p>
+\82±\82Ì\8aÖ\90\94\82ÍApple iOS\82Ì\82Ý\97L\8cø\82Å\82 \82é.
+</p>
+<p>
+\82±\82Ì\8aÖ\90\94\82ÍSDL 2.0.4\88È\91O\82ÌSDL_iOSSetEventPump()\83}\83N\83\8d\82ð\8eg\82Á\82Ä\83A\83N\83Z\83X\82·\82é\82±\82Æ\82à\82Å\82«\82é.
+</p>
+<h2>\83o\81[\83W\83\87\83\93</h2>
+SDL 2.0.0\88È\8d~
+<h2>\8aÖ\98A\8d\80\96Ú(\8aÖ\90\94)</h2>
+<a href="SDL_iPhoneSetAnimationCallback">SDL_iPhoneSetAnimationCallback</a><br>
+<h2>SDL Wiki\82Ö\82Ì\83\8a\83\93\83N</h2>
+<a href="https://wiki.libsdl.org/SDL_iPhoneSetEventPump">SDL_iPhoneSetEventPump - SDL Wiki</a>
+<hr>
+</body>
+</html>