mirror of
https://github.com/encounter/SDL.git
synced 2025-12-20 18:29:22 +00:00
Emscripten: implement custom cursors
This commit is contained in:
@@ -23,9 +23,12 @@
|
||||
#ifndef _SDL_emscriptenmouse_h
|
||||
#define _SDL_emscriptenmouse_h
|
||||
|
||||
#include "SDL_stdinc.h"
|
||||
|
||||
typedef struct _Emscripten_CursorData
|
||||
{
|
||||
const char *system_cursor;
|
||||
SDL_bool is_custom;
|
||||
} Emscripten_CursorData;
|
||||
|
||||
extern void
|
||||
|
||||
Reference in New Issue
Block a user