12 lines
107 B
OCaml
12 lines
107 B
OCaml
|
|
type type'
|
||
|
|
|
||
|
|
module Event : sig
|
||
|
|
type t
|
||
|
|
end
|
||
|
|
|
||
|
|
module Mouse : sig
|
||
|
|
type t
|
||
|
|
|
||
|
|
val latlng : t -> Latlng.t
|
||
|
|
end
|