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 4eef7d2678
commit ee5bc4e7ab
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 */