import { setWindowTitle, setWindowPosition } from "raylib.core" setWindowTitle("My Window") setWindowPosition(50,50)