Sortix
Sortix Download Manual Development Source Code News Blog More
current nightly

Sortix volatile manual

This manual documents Sortix volatile, a development build that has not been officially released. You can instead view this document in the latest official manual.

SDL_ResizeEvent(3) SDL API Reference SDL_ResizeEvent(3)

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 received the window should be resized to the new dimensions using SDL_SetVideoMode.

SEE ALSO

SDL_Event, SDL_SetVideoMode
Tue 11 Sep 2001, 22:59 SDL
Copyright 2011-2025 Jonas 'Sortie' Termansen and contributors.
Sortix's source code is free software under the ISC license.
#sortix on irc.sortix.org
@sortix_org