Module OgamlCore.LL.Keyboard

Getting real-time keyboard information

This module provides a low-level access to the keyboard in real-time. You should probably use the OgamlGraphics.Keyboard wrapper instead.

val is_pressed : Keycode.t -> bool
val is_shift_down : unit -> bool
val is_ctrl_down : unit -> bool
val is_alt_down : unit -> bool