| Description | Hierarchy | Fields | Methods | Properties |
type TMatrixNavigatorWithIdle = class(TMatrixNavigator)
A descendant of TMatrixNavigator that has an Idle method.
![]() |
procedure Idle(const CompSpeed: Single; KeysDown: PKeysBooleans; CharactersDown: PCharactersBooleans; const MousePressed: TMouseButtons); virtual; abstract; |
![]() |
procedure Idle(const CompSpeed: Single; KeysDown: PKeysBooleans; CharactersDown: PCharactersBooleans; const MousePressed: TMouseButtons); virtual; abstract; |
|
Call this often, to respond to user actions and to perform other tasks (falling down due to gravity in Walker mode, rotating model in Examine mode, and many more).
Parameters
| |