- DllMain
BOOL DllMain(HINSTANCE instance, DWORD reason, LPVOID reserved)
Undocumented in source. Be warned that the author may not have intended to support it.
- _glfwCreateUTF8FromWideStringWin32
char* _glfwCreateUTF8FromWideStringWin32(const(WCHAR)* source)
Undocumented in source. Be warned that the author may not have intended to support it.
- _glfwCreateWideStringFromUTF8Win32
WCHAR* _glfwCreateWideStringFromUTF8Win32(const(char)* source)
///////////////////////////////////////////////////////////////////////
/// GLFW internal API //////
///////////////////////////////////////////////////////////////////////
- _glfwInputErrorWin32
void _glfwInputErrorWin32(int error, const(char)* description)
Undocumented in source. Be warned that the author may not have intended to support it.
- _glfwIsWindows10BuildOrGreaterWin32
BOOL _glfwIsWindows10BuildOrGreaterWin32(WORD build)
Undocumented in source. Be warned that the author may not have intended to support it.
- _glfwIsWindowsVersionOrGreaterWin32
BOOL _glfwIsWindowsVersionOrGreaterWin32(WORD major, WORD minor, WORD sp)
Undocumented in source. Be warned that the author may not have intended to support it.
- _glfwPlatformGetVersionString
const(char)* _glfwPlatformGetVersionString()
Undocumented in source. Be warned that the author may not have intended to support it.
- _glfwPlatformInit
int _glfwPlatformInit()
///////////////////////////////////////////////////////////////////////
/// GLFW platform API //////
///////////////////////////////////////////////////////////////////////
- _glfwPlatformTerminate
void _glfwPlatformTerminate()
Undocumented in source. Be warned that the author may not have intended to support it.
- _glfwUpdateKeyNamesWin32
void _glfwUpdateKeyNamesWin32()
Undocumented in source. Be warned that the author may not have intended to support it.
Translated from C to D