![]() |
Wise&mystical
1.0
Project about Europe
|
Include dependency graph for win32_init.c:Go to the source code of this file.
Macros | |
| #define | GUID_DEVINTERFACE_HID _glfw_GUID_DEVINTERFACE_HID |
Functions | |
| WCHAR * | _glfwCreateWideStringFromUTF8Win32 (const char *source) |
| char * | _glfwCreateUTF8FromWideStringWin32 (const WCHAR *source) |
| void | _glfwInputErrorWin32 (int error, const char *description) |
| void | _glfwUpdateKeyNamesWin32 (void) |
| BOOL | _glfwIsWindowsVersionOrGreaterWin32 (WORD major, WORD minor, WORD sp) |
| BOOL | _glfwIsWindows10BuildOrGreaterWin32 (WORD build) |
| int | _glfwPlatformInit (void) |
| void | _glfwPlatformTerminate (void) |
| const char * | _glfwPlatformGetVersionString (void) |
| #define GUID_DEVINTERFACE_HID _glfw_GUID_DEVINTERFACE_HID |
Definition at line 38 of file win32_init.c.
| char * _glfwCreateUTF8FromWideStringWin32 | ( | const WCHAR * | source | ) |
Definition at line 423 of file win32_init.c.
Here is the call graph for this function:
Here is the caller graph for this function:| WCHAR * _glfwCreateWideStringFromUTF8Win32 | ( | const char * | source | ) |
Definition at line 395 of file win32_init.c.
Here is the call graph for this function:
Here is the caller graph for this function:| void _glfwInputErrorWin32 | ( | int | error, |
| const char * | description | ||
| ) |
Definition at line 451 of file win32_init.c.
Here is the call graph for this function:
Here is the caller graph for this function:| BOOL _glfwIsWindows10BuildOrGreaterWin32 | ( | WORD | build | ) |
Definition at line 541 of file win32_init.c.
| BOOL _glfwIsWindowsVersionOrGreaterWin32 | ( | WORD | major, |
| WORD | minor, | ||
| WORD | sp | ||
| ) |
Definition at line 526 of file win32_init.c.
| const char * _glfwPlatformGetVersionString | ( | void | ) |
Definition at line 618 of file win32_init.c.
| int _glfwPlatformInit | ( | void | ) |
| void _glfwPlatformTerminate | ( | void | ) |
| void _glfwUpdateKeyNamesWin32 | ( | void | ) |