OSDN Git Service

Mix_EachSoundFont 新規追加
[sdl2referencejp/sdl2referencejp.git] / SDL_GetWindowSizeInPixels.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="CategoryVideo.html" title="1\82Â\8fã">
9 <title>SDL_GetWindowSizeInPixels</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="CategoryVideo.html">\83f\83B\83X\83v\83\8c\83C\82Æ\83E\83B\83\93\83h\83E</a> - SDL_GetWindowSizeInPixels
13 <hr>
14 <h1>SDL_GetWindowSizeInPixels</h1>
15 \83E\83B\83\93\83h\83E\82Ì\83T\83C\83Y\82ð\83s\83N\83Z\83\8b\90\94\82Å\93¾\82é
16 <h2>\8d\\95¶</h2>
17 <code>void SDL_GetWindowSizeInPixels(SDL_Window *window, int *w, int *h)</code>
18 <h2>\88ø\90\94</h2>
19 <table border="1" summary="SDL_GetWindowSizeInPixels">
20 <tr><td>window</td><td>\95\9d\82Æ\8d\82\82³\82ð\93¾\82é\83E\83B\83\93\83h\83E</td></tr>
21 <tr><td>x</td><td>\83E\83B\83\93\83h\83E\95\9d\82Ì\83s\83N\83Z\83\8b\90\94\82ð\91ã\93ü\82·\82é\83|\83C\83\93\83^. NULL\82Å\82à\82æ\82¢</td></tr>
22 <tr><td>y</td><td>\83E\83B\83\93\83h\83E\8d\82\82³\82Ì\83s\83N\83Z\83\8b\90\94\82ð\91ã\93ü\82·\82é\83|\83C\83\93\83^. NULL\82Å\82à\82æ\82¢</td></tr>
23 </table>
24 <h2>\8fÚ\8d×</h2>
25 <p>
26 \82±\82Ì\8aÖ\90\94\82Ì\8c\8b\89Ê\82Í\8d\82DPI, \97á\82¦\82Î\8d\82DPI(Apple\82È\82ç\82Î"Retina")\82É\91Î\89\9e\82µ\82½\8aÂ\8b«\82ÅSDL_WINDOW_ALLOW_HIGHDPI\95t\82«\82Å\90\90¬\82³\82ê, \82©\82ÂSDL_HINT_VIDEO_HIGHDPI_DISABLED\83q\83\93\83g\82Å\96³\8cø\82É\82È\82Á\82Ä\82¢\82È\82¢\83E\83B\83\93\83h\83E\82Ì\8fê\8d\87, <a href="SDL_GetWindowSize.html">SDL_GetWindowSize()</a>\82Ì\8c\8b\89Ê\82Æ\8b°\82ç\82­\88Ù\82È\82é.
27 </p>
28 <h2>\83o\81[\83W\83\87\83\93</h2>
29 SDL 2.26.0\88È\8d~
30 <h2>\8aÖ\98A\8d\80\96Ú(\8aÖ\90\94)</h2>
31 <a href="SDL_CreateWindow.html">SDL_CreateWindow</a><br>
32 <a href="SDL_GetWindowSize.html">SDL_GetWindowSize</a><br>
33 <h2>SDL Wiki\82Ö\82Ì\83\8a\83\93\83N</h2>
34 <a href="https://wiki.libsdl.org/SDL_GetWindowSizeInPixels">SDL_GetWindowSizeInPixels - SDL Wiki</a>
35 <hr>
36 </body>
37 </html>