mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-25 10:22:33 -05:00
mouse: Return float movement for precise scrolling where possible (#1397)
This commit is contained in:
@ -436,7 +436,7 @@
|
||||
</Overload>
|
||||
</KeyWord>
|
||||
<KeyWord name="GetMouseWheelMove" func="yes">
|
||||
<Overload retVal="int" descr="Returns mouse wheel movement Y"></Overload>
|
||||
<Overload retVal="float" descr="Returns mouse wheel movement Y"></Overload>
|
||||
</KeyWord>
|
||||
|
||||
<!-- Input-related functions: touch -->
|
||||
|
||||
Reference in New Issue
Block a user