Added ocamldoc comments.

This commit is contained in:
Glenn Y. Rolland 2008-02-28 17:48:52 +01:00
parent 0e85def15a
commit e49f40e5e2

View file

@ -1,4 +1,10 @@
(** Mouse management and event handling. *)
(* vim: set ts=2 sw=2 et : *)
(** Returns a list of "abstract events" generated
by this SDL event *)
let handle_event ev =
ignore ev
ignore ev ; []
;;