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

int _GLFWlibraryWin32::acquiredMonitorCount

Definition at line 322 of file win32_platform.h.

PFN_AdjustWindowRectExForDpi _GLFWlibraryWin32::AdjustWindowRectExForDpi_

Definition at line 359 of file win32_platform.h.

IDirectInput8W* _GLFWlibraryWin32::api

Definition at line 343 of file win32_platform.h.

PFN_ChangeWindowMessageFilterEx _GLFWlibraryWin32::ChangeWindowMessageFilterEx_

Definition at line 355 of file win32_platform.h.

char* _GLFWlibraryWin32::clipboardString

Definition at line 323 of file win32_platform.h.

PFN_DirectInput8Create _GLFWlibraryWin32::Create

Definition at line 342 of file win32_platform.h.

HDEVNOTIFY _GLFWlibraryWin32::deviceNotificationHandle

Definition at line 320 of file win32_platform.h.

struct { ... } _GLFWlibraryWin32::dinput8
_GLFWwindow* _GLFWlibraryWin32::disabledCursorWindow

Definition at line 330 of file win32_platform.h.

struct { ... } _GLFWlibraryWin32::dwmapi
PFN_DwmEnableBlurBehindWindow _GLFWlibraryWin32::EnableBlurBehindWindow

Definition at line 366 of file win32_platform.h.

PFN_EnableNonClientDpiScaling _GLFWlibraryWin32::EnableNonClientDpiScaling_

Definition at line 356 of file win32_platform.h.

PFN_DwmFlush _GLFWlibraryWin32::Flush

Definition at line 365 of file win32_platform.h.

DWORD _GLFWlibraryWin32::foregroundLockTimeout

Definition at line 321 of file win32_platform.h.

PFN_XInputGetCapabilities _GLFWlibraryWin32::GetCapabilities

Definition at line 348 of file win32_platform.h.

PFN_GetDpiForMonitor _GLFWlibraryWin32::GetDpiForMonitor_

Definition at line 372 of file win32_platform.h.

PFN_GetDpiForWindow _GLFWlibraryWin32::GetDpiForWindow_

Definition at line 358 of file win32_platform.h.

PFN_XInputGetState _GLFWlibraryWin32::GetState

Definition at line 349 of file win32_platform.h.

PFN_timeGetTime _GLFWlibraryWin32::GetTime

Definition at line 337 of file win32_platform.h.

HWND _GLFWlibraryWin32::helperWindowHandle

Definition at line 319 of file win32_platform.h.

HINSTANCE _GLFWlibraryWin32::instance

Definition at line 336 of file win32_platform.h.

PFN_DwmIsCompositionEnabled _GLFWlibraryWin32::IsCompositionEnabled

Definition at line 364 of file win32_platform.h.

short int _GLFWlibraryWin32::keycodes[512]

Definition at line 324 of file win32_platform.h.

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

Definition at line 326 of file win32_platform.h.

UINT _GLFWlibraryWin32::mouseTrailSize

Definition at line 333 of file win32_platform.h.

struct { ... } _GLFWlibraryWin32::ntdll
RAWINPUT* _GLFWlibraryWin32::rawInput

Definition at line 331 of file win32_platform.h.

int _GLFWlibraryWin32::rawInputSize

Definition at line 332 of file win32_platform.h.

double _GLFWlibraryWin32::restoreCursorPosX

Definition at line 328 of file win32_platform.h.

double _GLFWlibraryWin32::restoreCursorPosY

Definition at line 328 of file win32_platform.h.

PFN_RtlVerifyVersionInfo _GLFWlibraryWin32::RtlVerifyVersionInfo_

Definition at line 377 of file win32_platform.h.

short int _GLFWlibraryWin32::scancodes[GLFW_KEY_LAST+1]

Definition at line 325 of file win32_platform.h.

PFN_SetProcessDPIAware _GLFWlibraryWin32::SetProcessDPIAware_

Definition at line 354 of file win32_platform.h.

PFN_SetProcessDpiAwareness _GLFWlibraryWin32::SetProcessDpiAwareness_

Definition at line 371 of file win32_platform.h.

PFN_SetProcessDpiAwarenessContext _GLFWlibraryWin32::SetProcessDpiAwarenessContext_

Definition at line 357 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:


librealsense2
Author(s): Sergey Dorodnicov , Doron Hirshberg , Mark Horn , Reagan Lopez , Itay Carpis
autogenerated on Mon May 3 2021 02:50:31