void InitWindow(int width, int height, String title) { _titleStack.add(title.toNativeUtf8().cast()); raylib.InitWindow(width, height, _titleStack.last); }