package raylib

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

Module Raylib.NPatchInfoSource

Sourcetype t = Types.NPatchInfo.t Ctypes.structure
Sourceval t : Types.NPatchInfo.t Ctypes.structure Ctypes.typ
Sourceval create : Raylib_generated_types.Rectangle.t Ctypes.structure -> int -> int -> int -> int -> Constants.NPatchType.t -> (Types.NPatchInfo.t, [ `Struct ]) Ctypes.structured
Sourceval source_rec : (Types.NPatchInfo.t, [ `Struct ]) Ctypes.structured -> Raylib_generated_types.Rectangle.t Ctypes.structure
Sourceval left : (Types.NPatchInfo.t, [ `Struct ]) Ctypes.structured -> int
Sourceval top : (Types.NPatchInfo.t, [ `Struct ]) Ctypes.structured -> int
Sourceval right : (Types.NPatchInfo.t, [ `Struct ]) Ctypes.structured -> int
Sourceval bottom : (Types.NPatchInfo.t, [ `Struct ]) Ctypes.structured -> int
Sourceval typ : (Types.NPatchInfo.t, [ `Struct ]) Ctypes.structured -> Constants.NPatchType.t