Added code to testwm2 to test the system cursor support
This commit is contained in:
parent
d26782adbd
commit
8c11d8b72d
2 changed files with 44 additions and 0 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue