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§
- Dxgi
Render Event - Events for rendering UI to a DXGI surface.
- KEYBOARD_
STATES - Keyboard modifier buttons state.
- Keyboard
Event - Events describing the keyboard input.
- Mouse
Event - Events describing the mouse input.
- Paint
Layer - A specific UI layer to redraw.
- Render
Event - 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.