Class TViewDialogPressEvent
Unit
Declaration
type TViewDialogPressEvent = class(TViewDialog)
Description
Ask user a press anything (key, mouse button, mouse wheel), for example to configure a keybinding for a game. See unit CastleDialogViews documentation for example usage.
Hierarchy
- TObject
- TPersistent
- TComponent
- TCastleComponent
- TCastleUserInterface
- TCastleView
- TViewDialog
- TViewDialogPressEvent
Overview
Methods
![]() |
function Press(const Event: TInputPressRelease): boolean; override; |
Properties
![]() |
property Answer: TInputPressRelease read FAnswer; |
Description
Methods
![]() |
function Press(const Event: TInputPressRelease): boolean; override; |
Properties
![]() |
property Answer: TInputPressRelease read FAnswer; |
Key pressed by user, defined when Answered. |
Generated by PasDoc 0.16.0.