Go to the source code of this file.
Functions | |
char * | _glfwCreateUTF8FromWideString (const WCHAR *source) |
WCHAR * | _glfwCreateWideStringFromUTF8 (const char *source) |
BOOL | _glfwIsCompositionEnabled (void) |
const char * | _glfwPlatformGetVersionString (void) |
Returns a string describing the compile-time configuration. More... | |
int | _glfwPlatformInit (void) |
Initializes the platform-specific part of the library. More... | |
void | _glfwPlatformTerminate (void) |
Terminates the platform-specific part of the library. More... | |
static void | createKeyTables (void) |
static GLboolean | initLibraries (void) |
static void | terminateLibraries (void) |
char* _glfwCreateUTF8FromWideString | ( | const WCHAR * | source | ) |
Definition at line 299 of file win32_init.c.
WCHAR* _glfwCreateWideStringFromUTF8 | ( | const char * | source | ) |
Definition at line 277 of file win32_init.c.
Definition at line 262 of file win32_init.c.
Definition at line 129 of file win32_init.c.
Definition at line 63 of file win32_init.c.
Definition at line 115 of file win32_init.c.