package tsdl

  1. Overview
  2. Docs

Module Sdl.PointSource

Sourceval create : x:int -> y:int -> point
Sourceval x : point -> int
Sourceval y : point -> int
Sourceval set_x : point -> int -> unit
Sourceval set_y : point -> int -> unit