glfw3.win32_init

Translated from C to D

Public Imports

glfw3.internal
public import glfw3.internal;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Members

Static functions

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.
createHelperWindow
GLFWbool createHelperWindow()
Undocumented in source. Be warned that the author may not have intended to support it.
createKeyTables
void createKeyTables()
Undocumented in source. Be warned that the author may not have intended to support it.
freeLibraries
void freeLibraries()
Undocumented in source. Be warned that the author may not have intended to support it.
loadLibraries
GLFWbool loadLibraries()
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

AmdPowerXpressRequestHighPerformance
int AmdPowerXpressRequestHighPerformance;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GUID_DEVINTERFACE_HID
enum GUID_DEVINTERFACE_HID;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NvOptimusEnablement
DWORD NvOptimusEnablement;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_glfw_GUID_DEVINTERFACE_HID
const(GUID) _glfw_GUID_DEVINTERFACE_HID;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta