Public Attributes | List of all members
_GLFWlibraryWin32 Struct Reference

#include <win32_platform.h>

Public Attributes

int acquiredMonitorCount
 
char * clipboardString
 
HDEVNOTIFY deviceNotificationHandle
 
struct {
   IDirectInput8W *   api
 
   PFN_DirectInput8Create   Create
 
   HINSTANCE   instance
 
dinput8
 
_GLFWwindowdisabledCursorWindow
 
struct {
   PFN_DwmEnableBlurBehindWindow   EnableBlurBehindWindow
 
   PFN_DwmFlush   Flush
 
   HINSTANCE   instance
 
   PFN_DwmIsCompositionEnabled   IsCompositionEnabled
 
dwmapi
 
DWORD foregroundLockTimeout
 
HWND helperWindowHandle
 
short int keycodes [512]
 
char keynames [GLFW_KEY_LAST+1][5]
 
UINT mouseTrailSize
 
struct {
   HINSTANCE   instance
 
   PFN_RtlVerifyVersionInfo   RtlVerifyVersionInfo_
 
ntdll
 
RAWINPUT * rawInput
 
int rawInputSize
 
double restoreCursorPosX
 
double restoreCursorPosY
 
short int scancodes [GLFW_KEY_LAST+1]
 
struct {
   PFN_GetDpiForMonitor   GetDpiForMonitor_
 
   HINSTANCE   instance
 
   PFN_SetProcessDpiAwareness   SetProcessDpiAwareness_
 
shcore
 
struct {
   PFN_AdjustWindowRectExForDpi   AdjustWindowRectExForDpi_
 
   PFN_ChangeWindowMessageFilterEx   ChangeWindowMessageFilterEx_
 
   PFN_EnableNonClientDpiScaling   EnableNonClientDpiScaling_
 
   PFN_GetDpiForWindow   GetDpiForWindow_
 
   HINSTANCE   instance
 
   PFN_SetProcessDPIAware   SetProcessDPIAware_
 
   PFN_SetProcessDpiAwarenessContext   SetProcessDpiAwarenessContext_
 
user32
 
struct {
   PFN_timeGetTime   GetTime
 
   HINSTANCE   instance
 
winmm
 
struct {
   PFN_XInputGetCapabilities   GetCapabilities
 
   PFN_XInputGetState   GetState
 
   HINSTANCE   instance
 
xinput
 

Detailed Description

Definition at line 317 of file win32_platform.h.

Member Data Documentation

◆ acquiredMonitorCount

int _GLFWlibraryWin32::acquiredMonitorCount

Definition at line 322 of file win32_platform.h.

◆ AdjustWindowRectExForDpi_

PFN_AdjustWindowRectExForDpi _GLFWlibraryWin32::AdjustWindowRectExForDpi_

Definition at line 359 of file win32_platform.h.

◆ api

IDirectInput8W* _GLFWlibraryWin32::api

Definition at line 343 of file win32_platform.h.

◆ ChangeWindowMessageFilterEx_

PFN_ChangeWindowMessageFilterEx _GLFWlibraryWin32::ChangeWindowMessageFilterEx_

Definition at line 355 of file win32_platform.h.

◆ clipboardString

char* _GLFWlibraryWin32::clipboardString

Definition at line 323 of file win32_platform.h.

◆ Create

PFN_DirectInput8Create _GLFWlibraryWin32::Create

Definition at line 342 of file win32_platform.h.

◆ deviceNotificationHandle

HDEVNOTIFY _GLFWlibraryWin32::deviceNotificationHandle

Definition at line 320 of file win32_platform.h.

◆ dinput8

struct { ... } _GLFWlibraryWin32::dinput8

◆ disabledCursorWindow

_GLFWwindow* _GLFWlibraryWin32::disabledCursorWindow

Definition at line 330 of file win32_platform.h.

◆ dwmapi

struct { ... } _GLFWlibraryWin32::dwmapi

◆ EnableBlurBehindWindow

PFN_DwmEnableBlurBehindWindow _GLFWlibraryWin32::EnableBlurBehindWindow

Definition at line 366 of file win32_platform.h.

◆ EnableNonClientDpiScaling_

PFN_EnableNonClientDpiScaling _GLFWlibraryWin32::EnableNonClientDpiScaling_

Definition at line 356 of file win32_platform.h.

◆ Flush

PFN_DwmFlush _GLFWlibraryWin32::Flush

Definition at line 365 of file win32_platform.h.

◆ foregroundLockTimeout

DWORD _GLFWlibraryWin32::foregroundLockTimeout

Definition at line 321 of file win32_platform.h.

◆ GetCapabilities

PFN_XInputGetCapabilities _GLFWlibraryWin32::GetCapabilities

Definition at line 348 of file win32_platform.h.

◆ GetDpiForMonitor_

PFN_GetDpiForMonitor _GLFWlibraryWin32::GetDpiForMonitor_

Definition at line 372 of file win32_platform.h.

◆ GetDpiForWindow_

PFN_GetDpiForWindow _GLFWlibraryWin32::GetDpiForWindow_

Definition at line 358 of file win32_platform.h.

◆ GetState

PFN_XInputGetState _GLFWlibraryWin32::GetState

Definition at line 349 of file win32_platform.h.

◆ GetTime

PFN_timeGetTime _GLFWlibraryWin32::GetTime

Definition at line 337 of file win32_platform.h.

◆ helperWindowHandle

HWND _GLFWlibraryWin32::helperWindowHandle

Definition at line 319 of file win32_platform.h.

◆ instance

HINSTANCE _GLFWlibraryWin32::instance

Definition at line 336 of file win32_platform.h.

◆ IsCompositionEnabled

PFN_DwmIsCompositionEnabled _GLFWlibraryWin32::IsCompositionEnabled

Definition at line 364 of file win32_platform.h.

◆ keycodes

short int _GLFWlibraryWin32::keycodes[512]

Definition at line 324 of file win32_platform.h.

◆ keynames

char _GLFWlibraryWin32::keynames[GLFW_KEY_LAST+1][5]

Definition at line 326 of file win32_platform.h.

◆ mouseTrailSize

UINT _GLFWlibraryWin32::mouseTrailSize

Definition at line 333 of file win32_platform.h.

◆ ntdll

struct { ... } _GLFWlibraryWin32::ntdll

◆ rawInput

RAWINPUT* _GLFWlibraryWin32::rawInput

Definition at line 331 of file win32_platform.h.

◆ rawInputSize

int _GLFWlibraryWin32::rawInputSize

Definition at line 332 of file win32_platform.h.

◆ restoreCursorPosX

double _GLFWlibraryWin32::restoreCursorPosX

Definition at line 328 of file win32_platform.h.

◆ restoreCursorPosY

double _GLFWlibraryWin32::restoreCursorPosY

Definition at line 328 of file win32_platform.h.

◆ RtlVerifyVersionInfo_

PFN_RtlVerifyVersionInfo _GLFWlibraryWin32::RtlVerifyVersionInfo_

Definition at line 377 of file win32_platform.h.

◆ scancodes

short int _GLFWlibraryWin32::scancodes[GLFW_KEY_LAST+1]

Definition at line 325 of file win32_platform.h.

◆ SetProcessDPIAware_

PFN_SetProcessDPIAware _GLFWlibraryWin32::SetProcessDPIAware_

Definition at line 354 of file win32_platform.h.

◆ SetProcessDpiAwareness_

PFN_SetProcessDpiAwareness _GLFWlibraryWin32::SetProcessDpiAwareness_

Definition at line 371 of file win32_platform.h.

◆ SetProcessDpiAwarenessContext_

PFN_SetProcessDpiAwarenessContext _GLFWlibraryWin32::SetProcessDpiAwarenessContext_

Definition at line 357 of file win32_platform.h.

◆ shcore

struct { ... } _GLFWlibraryWin32::shcore

◆ user32

struct { ... } _GLFWlibraryWin32::user32

◆ winmm

struct { ... } _GLFWlibraryWin32::winmm

◆ xinput

struct { ... } _GLFWlibraryWin32::xinput

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


mvsim
Author(s):
autogenerated on Tue Jul 4 2023 03:08:22