Raylib.MouseButton
type t =
| Left
| Right
| Middle
| Side
| Extra
| Forward
| Back
val to_int : t -> int
val of_int : int -> t