Introduction
Units
Class Hierarchy
Classes, Interfaces, Objects and Records
Types
Variables
Constants
Functions and Procedures
Identifiers
CastleKeysMouse
type TInputMotion = object(TObject)
Motion (movement) of mouse or a finger on a touch device.
OldPosition: TVector2Single;
Position: TVector2Single;
Pressed: TMouseButtons;
FingerIndex: TFingerIndex;