Home
Main website
Display Sidebar
Hide Ads
Recent Changes
View Source:
SDL_ResizeEvent(3)
Edit
PageHistory
Diff
Info
LikePages
SDL_!ResizeEvent !!!SDL_!ResizeEvent NAME STRUCTURE DEFINITION STRUCTURE DATA DESCRIPTION SEE ALSO ---- !!NAME SDL_!ResizeEvent- Window resize event structure !!STRUCTURE DEFINITION typedef struct{ Uint8 type; int w, h; } SDL_!ResizeEvent; !!STRUCTURE DATA __type SDL_VIDEORESIZE__ __w__, __h__ New width and height of the window !!DESCRIPTION __SDL_!ResizeEvent__ is a member of the __SDL_Event__ union and is used when an event of type __SDL_VIDEORESIZE__ is reported. When __SDL_RESIZABLE__ is passed as a __flag__ to __SDL_!SetVideoMode__ the user is allowed to resize the applications window. When the window is resized an __SDL_VIDEORESIZE__ is report, with the new window width and height values stored in __w__ and __h__, respectively. When an __SDL_VIDEORESIZE__ is recieved the window should be resized to the new dimensions using __SDL_!SetVideoMode__. !!SEE ALSO __SDL_Event__, __SDL_!SetVideoMode__ ----
One page links to
SDL_ResizeEvent(3)
:
SDLManPages
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.