23 #include "precompiled.h"
49 #warning TODO: implement gfx::GetVideoMode properly for Android
#define UNUSED(param)
mark a function parameter as unused and avoid the corresponding compiler warning. ...
int SDL_ShowCursor(int toggle)
Status sys_clipboard_set(const wchar_t *text)
Status sys_cursor_create(int w, int h, void *bgra_img, int hx, int hy, sys_cursor *cursor)
Create a cursor from the given color image.
Status sys_cursor_reset()
reset any cached cursor data.
LIB_API Status GetVideoMode(int *xres, int *yres, int *bpp, int *freq)
(useful for choosing a new video mode)
Status sys_clipboard_free(wchar_t *copy)
Status sys_cursor_create_empty(sys_cursor *cursor)
Create a transparent cursor (used to hide the system cursor).
#define UNUSED2(param)
mark a function local variable or parameter as unused and avoid the corresponding compiler warning...
i64 Status
Error handling system.
wchar_t * sys_clipboard_get()
Status sys_cursor_set(sys_cursor cursor)
override the current system cursor.
Status sys_cursor_free(sys_cursor cursor)
destroy the indicated cursor and frees its resources.