SDL Library

Dependents:   H261_decoder

Embed: (wiki syntax)

« Back to documentation index

SDL_SysWMmsg Struct Reference

SDL_SysWMmsg Struct Reference

The custom event structure. More...

#include <SDL_syswm.h>


Detailed Description

The custom event structure.

Definition at line 119 of file SDL_syswm.h.


Field Documentation

HWND hwnd

The window for the message.

Definition at line 127 of file SDL_syswm.h.

LPARAM lParam

LONG message parameter.

Definition at line 130 of file SDL_syswm.h.

UINT msg

The type of message.

Definition at line 128 of file SDL_syswm.h.

WPARAM wParam

WORD message parameter.

Definition at line 129 of file SDL_syswm.h.