package raylib

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

Module Raylib_core.NPatchLayoutSource

type t =
  1. | Nine_patch
  2. | Three_patch_vertical
  3. | Three_patch_horizontal
val t : t Ctypes.typ
Sourceval to_int : t -> int
Sourceval of_int : int -> t