Wise&mystical  1.0
Project about Europe
Loading...
Searching...
No Matches
_GLFWlibraryWin32 Struct Reference

#include <win32_platform.h>

+ Collaboration diagram for _GLFWlibraryWin32:

Public Attributes

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

Detailed Description

Definition at line 329 of file win32_platform.h.

Member Data Documentation

◆ acquiredMonitorCount

int _GLFWlibraryWin32::acquiredMonitorCount

Definition at line 334 of file win32_platform.h.

◆ AdjustWindowRectExForDpi_

PFN_AdjustWindowRectExForDpi _GLFWlibraryWin32::AdjustWindowRectExForDpi_

Definition at line 371 of file win32_platform.h.

◆ api

IDirectInput8W* _GLFWlibraryWin32::api

Definition at line 355 of file win32_platform.h.

◆ ChangeWindowMessageFilterEx_

PFN_ChangeWindowMessageFilterEx _GLFWlibraryWin32::ChangeWindowMessageFilterEx_

Definition at line 367 of file win32_platform.h.

◆ clipboardString

char* _GLFWlibraryWin32::clipboardString

Definition at line 335 of file win32_platform.h.

◆ Create

PFN_DirectInput8Create _GLFWlibraryWin32::Create

Definition at line 354 of file win32_platform.h.

◆ deviceNotificationHandle

HDEVNOTIFY _GLFWlibraryWin32::deviceNotificationHandle

Definition at line 332 of file win32_platform.h.

◆ 

struct { ... } _GLFWlibraryWin32::dinput8

◆ disabledCursorWindow

_GLFWwindow* _GLFWlibraryWin32::disabledCursorWindow

Definition at line 342 of file win32_platform.h.

◆ 

struct { ... } _GLFWlibraryWin32::dwmapi

◆ EnableBlurBehindWindow

PFN_DwmEnableBlurBehindWindow _GLFWlibraryWin32::EnableBlurBehindWindow

Definition at line 378 of file win32_platform.h.

◆ EnableNonClientDpiScaling_

PFN_EnableNonClientDpiScaling _GLFWlibraryWin32::EnableNonClientDpiScaling_

Definition at line 368 of file win32_platform.h.

◆ Flush

PFN_DwmFlush _GLFWlibraryWin32::Flush

Definition at line 377 of file win32_platform.h.

◆ foregroundLockTimeout

DWORD _GLFWlibraryWin32::foregroundLockTimeout

Definition at line 333 of file win32_platform.h.

◆ GetCapabilities

PFN_XInputGetCapabilities _GLFWlibraryWin32::GetCapabilities

Definition at line 360 of file win32_platform.h.

◆ GetColorizationColor

PFN_DwmGetColorizationColor _GLFWlibraryWin32::GetColorizationColor

Definition at line 379 of file win32_platform.h.

◆ GetDpiForMonitor_

PFN_GetDpiForMonitor _GLFWlibraryWin32::GetDpiForMonitor_

Definition at line 385 of file win32_platform.h.

◆ GetDpiForWindow_

PFN_GetDpiForWindow _GLFWlibraryWin32::GetDpiForWindow_

Definition at line 370 of file win32_platform.h.

◆ GetState

PFN_XInputGetState _GLFWlibraryWin32::GetState

Definition at line 361 of file win32_platform.h.

◆ GetTime

PFN_timeGetTime _GLFWlibraryWin32::GetTime

Definition at line 349 of file win32_platform.h.

◆ helperWindowHandle

HWND _GLFWlibraryWin32::helperWindowHandle

Definition at line 331 of file win32_platform.h.

◆ instance

HINSTANCE _GLFWlibraryWin32::instance

Definition at line 348 of file win32_platform.h.

◆ IsCompositionEnabled

PFN_DwmIsCompositionEnabled _GLFWlibraryWin32::IsCompositionEnabled

Definition at line 376 of file win32_platform.h.

◆ keycodes

short int _GLFWlibraryWin32::keycodes[512]

Definition at line 336 of file win32_platform.h.

◆ keynames

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

Definition at line 338 of file win32_platform.h.

◆ mouseTrailSize

UINT _GLFWlibraryWin32::mouseTrailSize

Definition at line 345 of file win32_platform.h.

◆ 

struct { ... } _GLFWlibraryWin32::ntdll

◆ rawInput

RAWINPUT* _GLFWlibraryWin32::rawInput

Definition at line 343 of file win32_platform.h.

◆ rawInputSize

int _GLFWlibraryWin32::rawInputSize

Definition at line 344 of file win32_platform.h.

◆ restoreCursorPosX

double _GLFWlibraryWin32::restoreCursorPosX

Definition at line 340 of file win32_platform.h.

◆ restoreCursorPosY

double _GLFWlibraryWin32::restoreCursorPosY

Definition at line 340 of file win32_platform.h.

◆ RtlVerifyVersionInfo_

PFN_RtlVerifyVersionInfo _GLFWlibraryWin32::RtlVerifyVersionInfo_

Definition at line 390 of file win32_platform.h.

◆ scancodes

short int _GLFWlibraryWin32::scancodes[GLFW_KEY_LAST+1]

Definition at line 337 of file win32_platform.h.

◆ SetProcessDPIAware_

PFN_SetProcessDPIAware _GLFWlibraryWin32::SetProcessDPIAware_

Definition at line 366 of file win32_platform.h.

◆ SetProcessDpiAwareness_

PFN_SetProcessDpiAwareness _GLFWlibraryWin32::SetProcessDpiAwareness_

Definition at line 384 of file win32_platform.h.

◆ SetProcessDpiAwarenessContext_

PFN_SetProcessDpiAwarenessContext _GLFWlibraryWin32::SetProcessDpiAwarenessContext_

Definition at line 369 of file win32_platform.h.

◆ 

struct { ... } _GLFWlibraryWin32::shcore

◆ 

struct { ... } _GLFWlibraryWin32::user32

◆ 

struct { ... } _GLFWlibraryWin32::winmm

◆ 

struct { ... } _GLFWlibraryWin32::xinput

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