Class TKeyboardEvent

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TKeyboardEvent = class(TIrrlichtEvent)

Description

Any kind of keyboard event.

Hierarchy

Overview

Methods

Public constructor Create(NChar: LongWord; NKeyCode: TKeyCode; NPressedDown, NShift, NControl: Boolean);

Properties

Public property Character: LongWord read FChar;
Public property Control: Boolean read FControl;
Public property KeyCode: TKeyCode read FKeyCode;
Public property PressedDown: Boolean read FPressedDown;
Public property Shift: Boolean read FShift;

Description

Methods

Public constructor Create(NChar: LongWord; NKeyCode: TKeyCode; NPressedDown, NShift, NControl: Boolean);
 

Properties

Public property Character: LongWord read FChar;

Character corresponding to the key (0 if not a character).

Public property Control: Boolean read FControl;

True if ctrl was also pressed.

Public property KeyCode: TKeyCode read FKeyCode;

Key which has been pressed or released.

Public property PressedDown: Boolean read FPressedDown;

If not true, then the key was left up.

Public property Shift: Boolean read FShift;

True if shift was also pressed.


Generated by PasDoc 0.12.1 on 2012-09-14 17:32:22