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

Overview

Methods

Public function Press(const Event: TInputPressRelease): boolean; override;

Properties

Public property Answer: TInputPressRelease read FAnswer;

Description

Methods

Public function Press(const Event: TInputPressRelease): boolean; override;
 

Properties

Public property Answer: TInputPressRelease read FAnswer;

Key pressed by user, defined when Answered.


Generated by PasDoc 0.16.0.