TControlsChoiceScene Class
Definition
Delphi
type TControlsChoiceScene = class(T__SceneAncestor)
- Inheritance
Constructors
| Create(TComponent) |
Returns an instance of this class (Inherited from T__SceneAncestor) |
| Destroy |
internal use, call it only if you override it in a descendant (Inherited from T__SceneAncestor) |
Properties
Methods
| AfterConstruction |
internal use, call it only if you override it in a descendant |
| AfterLastHideScene |
Contains scene finalization called only one time (during instance destruction) (Inherited from T__SceneAncestor) |
| BeforeFirstShowScene |
Contains scene initialization called only one time (before the first ShowScene, after instance construction) (Inherited from T__SceneAncestor) |
| DGEGamepadManager1AxesChange(Integer, TJoystickAxes, Single) | |
| DGEGamepadManager1ButtonDown(Integer, TJoystickButtons) | |
| DGEGamepadManager1DirectionPadChange(Integer, TJoystickDPad) | |
| DoTranslateTexts(TObject, TMessage) | (Inherited from T__SceneAncestor) |
| FrameKeyDown(TObject, Word, WideChar, TShiftState) | |
| GotoNextStep | |
| HideScene |
Contains scene finalization. It's called each time the scene is hidden. |
| InitArrowsOpacity | |
| ShowScene |
Contains scene initialization. It's called each time the scene is shown. |
| TranslateTexts(string) |
This method is called each time a global translation broadcast is sent with current language as argument. (Inherited from T__SceneAncestor) |
| WaitAndCheckIfTestIsOk |