justnukeit/Joystick.ml

8 lines
122 B
OCaml
Raw Permalink Normal View History

2008-03-03 19:14:42 +01:00
(* vim: set st=2 sw=2 et : *)
(** Joystick Management and event handling *)
2008-02-20 10:36:35 +01:00
let handle_event ev =
2008-03-03 19:14:42 +01:00
ignore ev ; []
2008-02-20 10:36:35 +01:00
;;