OSDN Git Service

SDL_CreateThread サンプルコードを修正 https://wiki.libsdl.org/SDL_CreateThread?action=diff...
[sdl2referencejp/sdl2referencejp.git] / SDL_PointInRect.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2 <html lang="ja-JP">
3 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=Shift_JIS">
5 <meta http-equiv="Content-Style-Type" content="text/css">
6 <meta name="keywords" content="Simple Directmedia Layer SDL2.0">
7 <link rel="top" href="index.html" title="\83z\81[\83\80">
8 <link rel="parent" href="CategoryRect.html" title="1\82Â\8fã">
9 <title>SDL_PointInRect</title>
10 </head>
11 <body>
12 <a href="index.html">\96Ú\8e\9f</a> - <a href="ApiByCategory.html">API(\8b@\94\\95Ê)</a> - <a href="CategoryRect.html">\97Ì\88æ</a> - SDL_PointInRect
13 <hr>
14 <h1>SDL_PointInRect</h1>
15 \93_\82ª\92·\95û\8c`\82Ì\93à\95\94\82É\82 \82é\82©\83`\83F\83b\83N\82·\82é
16 <h2>\8d\\95¶</h2>
17 <code>SDL_bool SDL_PointInRect(const SDL_Point* p, const SDL_Rect* r)</code>
18 <h2>\88ø\90\94</h2>
19 <table border="1" summary="SDL_PointInRect">
20 <tr><td>p</td><td>\93_\82ð\95\\82·<a href="SDL_Point.html">SDL_Point</a></td></tr>
21 <tr><td>r</td><td>\92·\95û\8c`\82ð\95\\82·<a href="SDL_Rect.html">SDL_Rect</a></td></tr>
22 </table>
23 <h2>\96ß\82è\92l</h2>
24 \93_\82ª\92·\95û\8c`\82Ì\93à\95\94\82É\82 \82é\8fê\8d\87SDL_TRUE, \82»\82¤\82Å\82È\82¢\8fê\8d\87SDL_FALSE\82ð\96ß\82·.
25 <h2>\8fÚ\8d×</h2>
26 p\82Ær\82Í\82Ç\82¿\82ç\82àNULL\82Å\82 \82Á\82Ä\82Í\82È\82ç\82È\82¢.
27 <h2>\83o\81[\83W\83\87\83\93</h2>
28 SDL 2.0.4\88È\8d~
29 <h2>SDL Wiki\82Ö\82Ì\83\8a\83\93\83N</h2>
30 <a href="https://wiki.libsdl.org/SDL_PointInRect">SDL_PointInRect - SDL Wiki</a>
31 <hr>
32 </body>
33 </html>