justnukeit/Joystick.ml

8 lines
122 B
OCaml
Raw Normal View History

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