mouse: Return float movement for precise scrolling where possible (#1397)

This commit is contained in:
Doyle
2020-10-06 05:16:23 +11:00
committed by GitHub
parent a4ea9f872f
commit b29311c7ca
8 changed files with 19 additions and 19 deletions

View File

@ -571,7 +571,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 -->