logo
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

Sciter.Lite key codes.

Structs

Events for rendering UI to a DXGI surface.

Keyboard modifier buttons state.

Events describing the keyboard input.

Events describing the mouse input.

A specific UI layer to redraw.

Events for rendering UI to a bitmap.

Enums

Keyboard input events.

Mouse buttons.

Mouse events.

Application-provided events to notify Sciter.

Functions

Notify Sciter about UI-specific events.