Object TInputMotion
Unit
Declaration
type TInputMotion = object(TObject)
Description
Motion (movement) of mouse or a finger on a touch device.
Hierarchy
- TObject
- TInputMotion
Overview
Fields
![]() |
OldPosition: TVector2; |
![]() |
Position: TVector2; |
![]() |
Pressed: TCastleMouseButtons; |
![]() |
FingerIndex: TFingerIndex; |
Description
Fields
![]() |
OldPosition: TVector2; |
![]() |
Position: TVector2; |
![]() |
Pressed: TCastleMouseButtons; |
![]() |
FingerIndex: TFingerIndex; |
Generated by PasDoc 0.16.0.
