Skip to main content

Module input

Module input 

Source
Expand description

Runtime input state (winit-agnostic).

Siglus scripts query input via numeric forms (INPUT/MOUSE/KEYLIST) and helper key objects. The original engine stores per-key state in fixed tables.

Runtime input model:

  • A fixed 0..=255 virtual-key table (down + edge “stock” flags)
  • Mouse position
  • Mouse wheel delta since last read / frame

Structs§

InputState

Enums§

VmKey
VmMouseButton