diff options
| author | Ray <[email protected]> | 2021-03-19 18:20:14 +0100 |
|---|---|---|
| committer | Ray <[email protected]> | 2021-03-19 18:20:14 +0100 |
| commit | 3e25760950a87854a715449c4d6bbc9c55694a64 (patch) | |
| tree | 5195172d0b318747f8f08eac9d8b9d6461451162 /src/raylib.h | |
| parent | 8527dbc6e229fc02930f13e7470ebe07c4107ce4 (diff) | |
| download | raylib-3e25760950a87854a715449c4d6bbc9c55694a64.tar.gz raylib-3e25760950a87854a715449c4d6bbc9c55694a64.zip | |
REMOVED: GetMouseCursor()
This function could be confusing depending on the context, it's better to let the user track the current active cursor
Diffstat (limited to 'src/raylib.h')
| -rw-r--r-- | src/raylib.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/raylib.h b/src/raylib.h index c3528f21..a871e6a7 100644 --- a/src/raylib.h +++ b/src/raylib.h @@ -1053,7 +1053,6 @@ RLAPI void SetMousePosition(int x, int y); // Set mouse posit RLAPI void SetMouseOffset(int offsetX, int offsetY); // Set mouse offset RLAPI void SetMouseScale(float scaleX, float scaleY); // Set mouse scaling RLAPI float GetMouseWheelMove(void); // Returns mouse wheel movement Y -RLAPI int GetMouseCursor(void); // Returns mouse cursor if (MouseCursor enum) RLAPI void SetMouseCursor(int cursor); // Set mouse cursor // Input-related functions: touch |
