GCMouseMoved
The signature for the block that the mouse input profile calls when the mouse moves.
Declaration
typealias GCMouseMoved = (GCMouseInput, Float, Float) -> VoidParameters
- mouse:
The controller for the physical mouse.
- deltaX:
The raw amount that the mouse moves along the x-axis without affecting mouse sensitivity settings.
- deltaY:
The raw amount that the mouse moves along the y-axis without affecting mouse sensitivity settings.