mirror of
https://github.com/raysan5/raylib.git
synced 2025-09-17 08:48:14 +00:00
Remove trailing spaces
This commit is contained in:
@@ -646,8 +646,8 @@ typedef enum {
|
||||
typedef enum {
|
||||
MOUSE_CURSOR_DEFAULT = 0, // Default pointer shape
|
||||
MOUSE_CURSOR_ARROW = 1, // Arrow shape
|
||||
MOUSE_CURSOR_IBEAM = 2, // Text writing cursor shape
|
||||
MOUSE_CURSOR_CROSSHAIR = 3, // Cross shape
|
||||
MOUSE_CURSOR_IBEAM = 2, // Text writing cursor shape
|
||||
MOUSE_CURSOR_CROSSHAIR = 3, // Cross shape
|
||||
MOUSE_CURSOR_POINTING_HAND = 4, // Pointing hand cursor
|
||||
MOUSE_CURSOR_RESIZE_EW = 5, // Horizontal resize/move arrow shape
|
||||
MOUSE_CURSOR_RESIZE_NS = 6, // Vertical resize/move arrow shape
|
||||
|
Reference in New Issue
Block a user