shengine pre-release
shengine by mrsinho
|
#include "shengine/shWindow.h"
#include "shengine/shEngine.h"
#include <stdio.h>
#include <stdlib.h>
Functions | |
uint8_t | shWindowSetup (const char *title, ShWindow *p_window) |
Sets up a window in the shengine framework. | |
uint8_t | shClearWindow (ShWindow *p_window) |
Clears the contents of a window in the shengine framework. | |
uint8_t | shWindowCreateSurface (ShEngine *p_engine) |
Creates a surface for the shengine module using the window. | |
uint8_t | shUpdateInput (ShWindow *p_window) |
Updates input for the specified window. | |
uint8_t | shGetWindowSize (ShWindow *p_window) |
Retrieves the size of the specified window. | |
uint8_t | shUpdateWindow (ShEngine *p_engine) |
Updates the specified window within the shengine module. | |
uint8_t shClearWindow | ( | ShWindow * | p_window | ) |
Clears the contents of a window in the shengine
framework.
p_window | Valid pointer to a ShWindow structure. |
uint8_t shGetWindowSize | ( | ShWindow * | p_window | ) |
uint8_t shUpdateInput | ( | ShWindow * | p_window | ) |
uint8_t shUpdateWindow | ( | ShEngine * | p_engine | ) |
uint8_t shWindowCreateSurface | ( | ShEngine * | p_engine | ) |
Creates a surface for the shengine
module using the window.
The shWindowCreateSurface
function creates a surface for the shengine
module using the window.
p_engine | Pointer to a valid ShEngine structure. |