This commit is contained in:
Swrup 2022-04-12 13:46:37 +02:00
parent dbfbaeda60
commit d6195f00e9
15 changed files with 56 additions and 25 deletions

View file

@ -1,3 +1,5 @@
(* BSD-2-Clause License *)
type _ t =
| Keyboard : Jv.t -> [> `Keyboard ] t
| Mouse : Jv.t -> [> `Mouse ] t