mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-25 10:22:33 -05:00
REMOVED: GetMouseCursor()
This function could be confusing depending on the context, it's better to let the user track the current active cursor
This commit is contained in:
@ -3119,12 +3119,6 @@ float GetMouseWheelMove(void)
|
||||
return CORE.Input.Mouse.previousWheelMove;
|
||||
}
|
||||
|
||||
// Returns mouse cursor
|
||||
int GetMouseCursor(void)
|
||||
{
|
||||
return CORE.Input.Mouse.cursor;
|
||||
}
|
||||
|
||||
// Set mouse cursor
|
||||
// NOTE: This is a no-op on platforms other than PLATFORM_DESKTOP
|
||||
void SetMouseCursor(int cursor)
|
||||
|
||||
Reference in New Issue
Block a user