justnukeit/Keyboard.ml

6 lines
75 B
OCaml
Raw Normal View History

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