Module CL_InputContext

module CL_InputContext: sig .. end

API documentation for the class CL_InputContext

type t 
val get_keyboard_count : ic:t -> int
val get_mouse_count : ic:t -> int
val get_joystick_count : ic:t -> int
val get_tablet_count : ic:t -> int
val get_keyboard : ic:t -> ?keyboard:int -> unit -> CL_InputDevice.t
val get_mouse : ic:t -> ?mouse:int -> unit -> CL_InputDevice.t
val get_joystick : ic:t -> ?joystick:int -> unit -> CL_InputDevice.t
val get_tablet : ic:t -> ?tablet:int -> unit -> CL_InputDevice.t
val get_device : ic:t -> device_name:string -> CL_InputDevice.t