dplug.window.window

Members

Enums

Key
enum Key
Undocumented in source.
MouseButton
enum MouseButton
Undocumented in source.
WindowBackend
enum WindowBackend
Undocumented in source.
WindowPixelFormat
enum WindowPixelFormat
Undocumented in source.

Functions

createWindow
IWindow createWindow(void* parentInfo, void* controlInfo, IWindowListener listener, WindowBackend backend, int width, int height)

Factory function to create windows. The window is allocated with mallocEmplace and should be destroyed with destroyFree.

Interfaces

IWindow
interface IWindow
Undocumented in source.
IWindowListener
interface IWindowListener
Undocumented in source.

Structs

MouseState
struct MouseState
Undocumented in source.

Meta

Authors

Guillaume Piolat