7 lines
122 B
OCaml
7 lines
122 B
OCaml
(* vim: set st=2 sw=2 et : *)
|
|
|
|
(** Joystick Management and event handling *)
|
|
|
|
let handle_event ev =
|
|
ignore ev ; []
|
|
;;
|