GetMouseInputDelta

From Onset Developer Wiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
GetMouseInputDelta

Type: Function
Context: Client
Introduced: v1.0

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__