package raylib

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Raylib_core.MouseButtonSource

type t =
  1. | Left
  2. | Right
  3. | Middle
  4. | Side
  5. | Extra
  6. | Forward
  7. | Back
val t : t Ctypes.typ
Sourceval to_int : t -> int
Sourceval of_int : int -> t