From 6bb1f36baf399763cceb6437a67bc93f0adfea76 Mon Sep 17 00:00:00 2001 From: Chance Snow Date: Tue, 20 Oct 2020 21:18:11 -0500 Subject: [PATCH] Remove old `int GetMouseWheelMove` declaration --- projects/Notepad++/raylib_npp_parser/raylib_to_parse.h | 1 - 1 file changed, 1 deletion(-) diff --git a/projects/Notepad++/raylib_npp_parser/raylib_to_parse.h b/projects/Notepad++/raylib_npp_parser/raylib_to_parse.h index 1cafa7cb3..a03d5b8f2 100644 --- a/projects/Notepad++/raylib_npp_parser/raylib_to_parse.h +++ b/projects/Notepad++/raylib_npp_parser/raylib_to_parse.h @@ -147,7 +147,6 @@ RLAPI Vector2 GetMousePosition(void); // Returns mouse p RLAPI void SetMousePosition(int x, int y); // Set mouse position XY RLAPI void SetMouseOffset(int offsetX, int offsetY); // Set mouse offset RLAPI void SetMouseScale(float scaleX, float scaleY); // Set mouse scaling -RLAPI int GetMouseWheelMove(void); // Returns mouse wheel movement Y RLAPI float GetMouseWheelMove(void); // Returns mouse wheel movement Y RLAPI MouseCursor GetMouseCursor(void); // Returns mouse cursor RLAPI void SetMouseCursor(MouseCursor cursor); // Set mouse cursor