mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
Smoother mouse wheel scrolling
This commit is contained in:
parent
5a5287bc8b
commit
84aecbca81
11 changed files with 20 additions and 15 deletions
|
@ -20,7 +20,7 @@ typedef void (*BFWindow_MouseMove)(BFWindow* window, int x, int y);
|
|||
typedef void (*BFWindow_MouseProxyMove)(BFWindow* window, int x, int y);
|
||||
typedef void (*BFWindow_MouseDown)(BFWindow* window, int x, int y, int btn, int btnCount);
|
||||
typedef void (*BFWindow_MouseUp)(BFWindow* window, int x, int y, int btn);
|
||||
typedef void (*BFWindow_MouseWheel)(BFWindow* window, int x, int y, int delta);
|
||||
typedef void (*BFWindow_MouseWheel)(BFWindow* window, int x, int y, float delta);
|
||||
typedef void (*BFWindow_MouseLeave)(BFWindow* window);
|
||||
typedef void (*BFWindow_MenuItemSelectedFunc)(BFWindow* window, BFMenu* menu);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue