Added code to testwm2 to test the system cursor support

This commit is contained in:
Sam Lantinga 2012-11-19 20:38:52 -08:00
parent d26782adbd
commit 8c11d8b72d
2 changed files with 44 additions and 0 deletions

View file

@ -75,6 +75,7 @@ typedef enum
SDL_SYSTEM_CURSOR_SIZEALL, // Four pointed arrow pointing north, south, east, and west
SDL_SYSTEM_CURSOR_NO, // Slashed circle or crossbones
SDL_SYSTEM_CURSOR_HAND, // Hand
SDL_NUM_SYSTEM_CURSORS
} SDL_SystemCursor;
/* Function prototypes */