OSSingleton.HandleType

Values

ValueMeaning
applicationHandle0

Application handle: - Windows: HINSTANCE of the application - MacOS: NSApplication* of the application (not yet implemented) - Android: JNIEnv* of the application (not yet implemented)

displayHandle1

Display handle: - Linux: X11::Display* for the display

windowHandle2

Window handle: - Windows: HWND of the main window - Linux: X11::Window* of the main window - MacOS: NSWindow* of the main window (not yet implemented) - Android: jObject the main android activity (not yet implemented)

windowView3

Window view: - Windows: HDC of the main window drawing context - MacOS: NSView* of the main windows view (not yet implemented)

openglContext4

OpenGL Context: - Windows: HGLRC - Linux: X11::GLXContext - MacOS: NSOpenGLContext* (not yet implemented)

Meta