GetMouseInputDelta: Difference between revisions
From Onset Developer Wiki
Created page with "{{Info|Function|Client|1.0}} {{FuncDescription|__EDIT_ME__}} {{FuncSyntax|GetMouseInputDelta()}} {{FuncParameters}} {{FuncNoParam}} {{FuncReturnValue|__EDIT_ME__}} == Exa..." |
No edit summary |
||
Line 1: | Line 1: | ||
{{Info|Function|Client|1.0}} | {{Info|Function|Client|1.0}} | ||
{{FuncDescription| | {{FuncDescription|Retrieves how far the mouse moved this frame. }} | ||
{{FuncSyntax|GetMouseInputDelta()}} | {{FuncSyntax|GetMouseInputDelta()}} | ||
Line 8: | Line 8: | ||
{{FuncNoParam}} | {{FuncNoParam}} | ||
{{FuncReturnValue| | {{FuncReturnValue|Returns 2 float values, DeltaX and DeltaY}} | ||
== Example == | == Example == |
Latest revision as of 10:43, 1 September 2020
Description
Retrieves how far the mouse moved this frame.
Syntax
GetMouseInputDelta()
Parameters
- This function has no parameters.
Return Value
- Returns 2 float values, DeltaX and DeltaY
Example
__EDIT_ME__
See also
__EDIT_ME__