
Go to the source code of this file.
Macros | |
| #define | GUID_DEVINTERFACE_HID _glfw_GUID_DEVINTERFACE_HID |
Functions | |
| char * | _glfwCreateUTF8FromWideStringWin32 (const WCHAR *source) |
| WCHAR * | _glfwCreateWideStringFromUTF8Win32 (const char *source) |
| void | _glfwInputErrorWin32 (int error, const char *description) |
| BOOL | _glfwIsWindows10BuildOrGreaterWin32 (WORD build) |
| BOOL | _glfwIsWindowsVersionOrGreaterWin32 (WORD major, WORD minor, WORD sp) |
| const char * | _glfwPlatformGetVersionString (void) |
| int | _glfwPlatformInit (void) |
| void | _glfwPlatformTerminate (void) |
| void | _glfwUpdateKeyNamesWin32 (void) |
| static HWND | createHelperWindow (void) |
| static void | createKeyTables (void) |
| static void | freeLibraries (void) |
| static GLFWbool | loadLibraries (void) |
Variables | |
| static const GUID | _glfw_GUID_DEVINTERFACE_HID |
| #define GUID_DEVINTERFACE_HID _glfw_GUID_DEVINTERFACE_HID |
Definition at line 36 of file win32_init.c.
| char* _glfwCreateUTF8FromWideStringWin32 | ( | const WCHAR * | source | ) |
Definition at line 412 of file win32_init.c.
| WCHAR* _glfwCreateWideStringFromUTF8Win32 | ( | const char * | source | ) |
Definition at line 384 of file win32_init.c.
| void _glfwInputErrorWin32 | ( | int | error, |
| const char * | description | ||
| ) |
Definition at line 440 of file win32_init.c.
| BOOL _glfwIsWindows10BuildOrGreaterWin32 | ( | WORD | build | ) |
Definition at line 530 of file win32_init.c.
| BOOL _glfwIsWindowsVersionOrGreaterWin32 | ( | WORD | major, |
| WORD | minor, | ||
| WORD | sp | ||
| ) |
Definition at line 515 of file win32_init.c.
| const char* _glfwPlatformGetVersionString | ( | void | ) |
Definition at line 611 of file win32_init.c.
| int _glfwPlatformInit | ( | void | ) |
Definition at line 548 of file win32_init.c.
Definition at line 585 of file win32_init.c.
Definition at line 461 of file win32_init.c.
|
static |
Definition at line 332 of file win32_init.c.
Definition at line 193 of file win32_init.c.
Definition at line 167 of file win32_init.c.
Definition at line 67 of file win32_init.c.
|
static |
Definition at line 33 of file win32_init.c.