package raylib

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

Module Raylib_core.GestureSource

type t
val none : t
val tap : t
val doubletap : t
val hold : t
val drag : t
val swipe_right : t
val swipe_left : t
val swipe_up : t
val swipe_down : t
val pinch_in : t
val pinch_out : t
val (+) : t -> t -> t
val t : t Ctypes.typ
Sourceval to_int : t -> int
Sourceval of_int : int -> t