My Project
Loading...
Searching...
No Matches
SDL_SysWMmsg Struct Reference

#include <SDL_syswm.h>

Data Fields

SDL_version version
 
SDL_SYSWM_TYPE subsystem
 
union {
   struct {
      HWND   hwnd
 
      UINT   msg
 
      WPARAM   wParam
 
      LPARAM   lParam
 
   }   win
 
   int   dummy
 
msg
 

Detailed Description

The custom event structure.

Field Documentation

◆ hwnd

HWND hwnd

The window for the message

◆ lParam

LPARAM lParam

LONG message parameter

◆ msg

UINT msg

The type of message

◆ wParam

WPARAM wParam

WORD message parameter


The documentation for this struct was generated from the following file: