justnukeit/Keyboard.ml

6 lines
75 B
OCaml

(* vim: set st=2 sw=2 et : *)
let handle_event ev =
ignore ev ; []
;;