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

#include <SDL_syswm.h>

Data Fields

SDL_version version
 
SDL_SYSWM_TYPE subsystem
 
union {
   struct {
      HWND   window
 
      HDC   hdc
 
      HINSTANCE   hinstance
 
   }   win
 
   Uint8   dummy [64]
 
info
 

Detailed Description

The custom window manager information structure.

When this structure is returned, it holds information about which low level system it is using, and will be one of SDL_SYSWM_TYPE.

Field Documentation

◆ hdc

HDC hdc

The window device context

◆ hinstance

HINSTANCE hinstance

The instance handle

◆ window

HWND window

The window handle


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