Query: sdl_resizeevent
OS: centos
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SDL_ResizeEvent(3) SDL API Reference SDL_ResizeEvent(3)NAMESDL_ResizeEvent - Window resize event structureSTRUCTURE DEFINITIONtypedef struct{ Uint8 type; int w, h; } SDL_ResizeEvent;STRUCTURE DATAtype SDL_VIDEORESIZE w, h New width and height of the windowDESCRIPTIONSDL_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 received the window should be resized to the new dimensions using SDL_SetVideoMode.SEE ALSOSDL_Event, SDL_SetVideoModeSDLTue 11 Sep 2001, 22:59 SDL_ResizeEvent(3)
Related Man Pages |
---|
sdl_event(3) - redhat |
sdl_mousemotionevent(3) - redhat |
sdl_setvideomode(3) - redhat |
sdl_setvideomode(3) - debian |
sdl_setvideomode(3) - centos |
Similar Topics in the Unix Linux Community |
---|
Weird 'find' results |
DB2 convert digits to binary format |
Tar Command |
Docker learning Phase-I |
[TIP] Processing YAML files with yq |