Browse Source

remove unessary macro

pull/5516/head
Mao JunJie 3 days ago
parent
commit
6a70a9e40e
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      src/rcore.c

+ 0
- 1
src/rcore.c View File

@ -4047,7 +4047,6 @@ float GetGamepadAxisMovement(int gamepad, int axis)
// NOTE: Functions with a platform-specific implementation on rcore_<platform>.c
//void SetMousePosition(int x, int y)
//void SetMouseCursor(int cursor)
#define ArrayCount(arr) (sizeof(arr) / sizeof((arr)[0]))
// Check if a mouse button has been pressed once
bool IsMouseButtonPressed(int button)

Loading…
Cancel
Save