Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
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.
Generated on Tue Jul 12 2022 13:56:26 by
