From e7f549695a76fcc89fb652fc326e65d8799daebc Mon Sep 17 00:00:00 2001 From: maruhiro Date: Mon, 21 Apr 2014 23:13:32 +0900 Subject: [PATCH] =?utf8?q?SDL=5FGetWindowSize=E3=82=92=E7=BF=BB=E8=A8=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- sdl2-video.html | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/sdl2-video.html b/sdl2-video.html index c65ad30..f7341ec 100644 --- a/sdl2-video.html +++ b/sdl2-video.html @@ -1289,6 +1289,23 @@ Returns the pixel format of the window on success or SDL_PIXELFORMAT_UNKNOWN on SDL_GetWindowPosition - SDL Wiki
+

SDL_GetWindowSize

+Use this function to get the size of a window's client area. +ƒEƒBƒ“ƒhƒE‚̃Nƒ‰ƒCƒAƒ“ƒg—̈æ‚̃TƒCƒY‚𓾂é +

\•¶

+void SDL_GetWindowSize(SDL_Window* window, int* w, int* h) +

ˆø”

+ + + + +
window–â‚¢‡‚킹‚éƒEƒBƒ“ƒhƒE
xƒEƒBƒ“ƒhƒE‚Ì•‚ð‘ã“ü‚·‚éƒ|ƒCƒ“ƒ^
yƒEƒBƒ“ƒhƒE‚̍‚‚³‚ð‘ã“ü‚·‚éƒ|ƒCƒ“ƒ^
+

ŠÖ˜A€–Ú(ŠÖ”)

+SDL_SetWindowSize
+

SDL Wiki‚ւ̃Šƒ“ƒN

+SDL_GetWindowSize - SDL Wiki +
+

SDL_SetWindowBrightness

ƒEƒBƒ“ƒhƒE‚Ì‹P“x(ƒKƒ“ƒ}•â³)‚ðÝ’è‚·‚é

\•¶

-- 2.11.0