| Description | Hierarchy | Fields | Methods | Properties |
type TMouseEvent = class(TIrrlichtEvent)
Any kind of mouse event.
![]() |
constructor Create(const NPosition: TPoint; NWheel: Single; NShift, NControl: Boolean; NButtonStates: LongWord; NMouseEventType: TMouseEventType); |
![]() |
property ButtonStates: LongWord read FButtonStates; |
![]() |
property Control: Boolean read FControl; |
![]() |
property MouseEventType: TMouseEventType read FMouseEventType; |
![]() |
property Position: TPoint read FPosition; |
![]() |
property Shift: Boolean read FShift; |
![]() |
property Wheel: Single read FWheel; |
![]() |
constructor Create(const NPosition: TPoint; NWheel: Single; NShift, NControl: Boolean; NButtonStates: LongWord; NMouseEventType: TMouseEventType); |
|
Constructor. You'll have to call this manually if you want to Post() an event. Parameters
| |
![]() |
property Control: Boolean read FControl; |
|
True if the | |
![]() |
property MouseEventType: TMouseEventType read FMouseEventType; |
|
Type of mouse event. | |
![]() |
property Position: TPoint read FPosition; |
|
| |
![]() |
property Shift: Boolean read FShift; |
|
True if the | |
![]() |
property Wheel: Single read FWheel; |
|
The mouse | |