| callEvent(gEvent &event) | gAppManager | |
| disableVsync() | gAppManager | |
| emscriptenLoop() | gAppManager | |
| enableVsync() | gAppManager | |
| gAppManager(const std::string &appName, gBaseApp *baseApp, int width, int height, int windowMode, int unitWidth, int unitHeight, int screenScaling, bool isResizable, int loopMode) | gAppManager | |
| getANSILocale() | gAppManager | |
| getAppName() | gAppManager | |
| getCanvasManager() | gAppManager | |
| getClipboardString() | gAppManager | |
| getCurrentCanvas() | gAppManager | |
| getCurrentGUIFrame() | gAppManager | |
| getCursorMode() | gAppManager | |
| getDeviceOrientation() | gAppManager | inline |
| getElapsedTime() | gAppManager | |
| getFramerate() | gAppManager | |
| getGUIAppThread() | gAppManager | |
| getGUIManager() | gAppManager | |
| getJoystickAxes(int joystickId) | gAppManager | |
| getJoystickAxesCount(int joystickId) | gAppManager | |
| getLoopMode() | gAppManager | |
| getMaxJoystickButtonNum() | gAppManager | inline |
| getMaxJoystickNum() | gAppManager | inline |
| getTargetFramerate() | gAppManager | |
| getWindow() const | gAppManager | inline |
| getWindowMode() const | gAppManager | inline |
| gGetAppDir() | gObject | static |
| gGetAssetsDir() | gObject | static |
| gGetDatabasesDir() | gObject | static |
| gGetFilesDir() | gObject | static |
| gGetFontsDir() | gObject | static |
| gGetImagesDir() | gObject | static |
| gGetModelsDir() | gObject | static |
| gGetShadersDir() | gObject | static |
| gGetSoundsDir() | gObject | static |
| gGetTexturesDir() | gObject | static |
| gGetVideosDir() | gObject | static |
| gObject() | gObject | |
| gSetAssetsDir(std::string assetsDir) | gObject | static |
| initialize() | gAppManager | |
| iosLoop() | gAppManager | |
| isGamepadButtonPressed(int joystickId, int buttonId) | gAppManager | |
| isGamepadEnabled() | gAppManager | inline |
| isJoystickConnected(int joystickId) | gAppManager | |
| isWindowFocused() | gAppManager | |
| logd(std::string message) | gObject | |
| logd(std::string tag, std::string message) | gObject | |
| loge(std::string message) | gObject | |
| loge(std::string tag, std::string message) | gObject | |
| logi(std::string message) | gObject | |
| logi(std::string tag, std::string message) | gObject | |
| LOGLEVEL_DEBUG | gObject | static |
| LOGLEVEL_ERROR | gObject | static |
| LOGLEVEL_INFO | gObject | static |
| LOGLEVEL_SILENT | gObject | static |
| LOGLEVEL_WARNING | gObject | static |
| logw(std::string message) | gObject | |
| logw(std::string tag, std::string message) | gObject | |
| loop() | gAppManager | |
| releaseresolution | gObject | protectedstatic |
| releasescaling | gObject | protectedstatic |
| renderpassno | gObject | protectedstatic |
| renderpassnum | gObject | protectedstatic |
| runApp() | gAppManager | |
| setClipboardString(const std::string &clipboard) | gAppManager | |
| setCurrentCanvas(gBaseCanvas *canvas) | gAppManager | |
| setCurrentGUIFrame(gGUIFrame *guiFrame) | gAppManager | |
| setCurrentResolution(int scalingNo, int currentResolutionNo) | gObject | static |
| setCursor(int cursorId) | gAppManager | |
| setCursorMode(gCursorMode cursorMode) | gAppManager | |
| setDeviceOrientation(DeviceOrientation orientation) | gAppManager | |
| setScreenSize(int width, int height) | gAppManager | |
| setTargetFramerate(int framerate) | gAppManager | |
| setup() | gAppManager | |
| setWindowIcon(std::string pngFullpath) | gAppManager | |
| setWindowIcon(unsigned char *imageData, int w, int h) | gAppManager | |
| setWindowResizable(bool isResizable) | gAppManager | |
| setWindowSize(int width, int height) | gAppManager | |
| setWindowSizeLimits(int minWidth, int minHeight, int maxWidth, int maxHeight) | gAppManager | |
| setWindowTitle(const std::string &windowTitle) | gAppManager | |
| stop() | gAppManager | |
| submitToMainThread(std::function< void()> fn) | gAppManager | |
| ~gAppManager() | gAppManager | |