justnukeit/Keyboard.ml

6 lines
75 B
OCaml
Raw Normal View History

2008-03-03 19:14:42 +01:00
(* vim: set st=2 sw=2 et : *)
2008-02-20 01:24:56 +01:00
let handle_event ev =
2008-03-03 19:14:42 +01:00
ignore ev ; []
2008-02-20 01:24:56 +01:00
;;