Module windowless

Module windowless 

Source
Expand description

Windowless Sciter.

Windowless here means that Sciter does not use any HWND, NSView* or whatever OS uses for window designation. You just need to provide something of size void* that will be associated with the instance of the engine.

Check out this article on sciter.com that explains the difference between the desktop and the windowless Sciter engine versions.

Modules§

key_codes
Sciter.Lite key codes.

Structs§

DxgiRenderEvent
Events for rendering UI to a DXGI surface.
KEYBOARD_STATES
Keyboard modifier buttons state.
KeyboardEvent
Events describing the keyboard input.
MouseEvent
Events describing the mouse input.
PaintLayer
A specific UI layer to redraw.
RenderEvent
Events for rendering UI to a bitmap.

Enums§

KEY_EVENTS
Keyboard input events.
MOUSE_BUTTONS
Mouse buttons.
MOUSE_EVENTS
Mouse events.
Message
Application-provided events to notify Sciter.

Functions§

handle_message
Notify Sciter about UI-specific events.