Lines Matching refs:win32
276 #define XInputGetCapabilities _glfw.win32.xinput.GetCapabilities
277 #define XInputGetState _glfw.win32.xinput.GetState
281 #define DirectInput8Create _glfw.win32.dinput8.Create
291 #define SetProcessDPIAware _glfw.win32.user32.SetProcessDPIAware_
292 #define ChangeWindowMessageFilterEx _glfw.win32.user32.ChangeWindowMessageFilterEx_
293 #define EnableNonClientDpiScaling _glfw.win32.user32.EnableNonClientDpiScaling_
294 #define SetProcessDpiAwarenessContext _glfw.win32.user32.SetProcessDpiAwarenessContext_
295 #define GetDpiForWindow _glfw.win32.user32.GetDpiForWindow_
296 #define AdjustWindowRectExForDpi _glfw.win32.user32.AdjustWindowRectExForDpi_
297 #define GetSystemMetricsForDpi _glfw.win32.user32.GetSystemMetricsForDpi_
304 #define DwmIsCompositionEnabled _glfw.win32.dwmapi.IsCompositionEnabled
305 #define DwmFlush _glfw.win32.dwmapi.Flush
306 #define DwmEnableBlurBehindWindow _glfw.win32.dwmapi.EnableBlurBehindWindow
307 #define DwmGetColorizationColor _glfw.win32.dwmapi.GetColorizationColor
312 #define SetProcessDpiAwareness _glfw.win32.shcore.SetProcessDpiAwareness_
313 #define GetDpiForMonitor _glfw.win32.shcore.GetDpiForMonitor_
317 #define RtlVerifyVersionInfo _glfw.win32.ntdll.RtlVerifyVersionInfo_
361 #define GLFW_WIN32_WINDOW_STATE _GLFWwindowWin32 win32;
362 #define GLFW_WIN32_LIBRARY_WINDOW_STATE _GLFWlibraryWin32 win32;
363 #define GLFW_WIN32_MONITOR_STATE _GLFWmonitorWin32 win32;
364 #define GLFW_WIN32_CURSOR_STATE _GLFWcursorWin32 win32;