dplug.window.window

Members

Enums

WindowBackend
enum WindowBackend

Various backends for windowing.

WindowUsage
enum WindowUsage

Is this window intended as a plug-in window running inside a host, or a host window itself possibly hosting a plug-in?

Functions

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

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

Interfaces

IWindow
interface IWindow

Giving commands to a window.

IWindowListener
interface IWindowListener

Receiving commands from a window.

Meta

Authors

Guillaume Piolat