Description | Hierarchy | Fields | Methods | Properties |
type TKeyboardEvent = class(TIrrlichtEvent)
Any kind of keyboard event.
![]() |
constructor Create(NChar: LongWord; NKeyCode: TKeyCode; NPressedDown, NShift, NControl: Boolean); |
![]() |
property Character: LongWord read FChar; |
![]() |
property Control: Boolean read FControl; |
![]() |
property KeyCode: TKeyCode read FKeyCode; |
![]() |
property PressedDown: Boolean read FPressedDown; |
![]() |
property Shift: Boolean read FShift; |
![]() |
constructor Create(NChar: LongWord; NKeyCode: TKeyCode; NPressedDown, NShift, NControl: Boolean); |
![]() |
property Character: LongWord read FChar; |
|
![]() |
property Control: Boolean read FControl; |
True if ctrl was also pressed. |
![]() |
property KeyCode: TKeyCode read FKeyCode; |
Key which has been pressed or released. |
![]() |
property PressedDown: Boolean read FPressedDown; |
If not true, then the key was left up. |
![]() |
property Shift: Boolean read FShift; |
True if |