FindingMaya
Constants
SCREEN_HEIGHT = Raylib.get_screen_height
SCREEN_WIDTH = Raylib.get_screen_width
VERSION = "0.1.0"
Class methods
user_text_input_window(texture : Raylib::Texture2D, text : String, x : Int32, y : Int32, clear_background : Bool = true) : String
Source