
Public Member Functions | |
| this (IntPtr wxobj) | |
| this (EventType mouseType) | |
| bool | IsButton () |
| bool | ButtonDown () |
| bool | ButtonDown (MouseButton but) |
| bool | ButtonDClick () |
| bool | ButtonDClick (MouseButton but) |
| bool | ButtonUp () |
| bool | ButtonUp (MouseButton but) |
| bool | Button (int but) |
| bool | ButtonIsDown (int but) |
| int | Button () |
| bool | ControlDown () |
| bool | MetaDown () |
| bool | AltDown () |
| bool | ShiftDown () |
| bool | LeftDown () |
| bool | MiddleDown () |
| bool | RightDown () |
| bool | LeftUp () |
| bool | MiddleUp () |
| bool | RightUp () |
| bool | LeftDClick () |
| bool | MiddleDClick () |
| bool | RightDClick () |
| bool | LeftIsDown () |
| bool | MiddleIsDown () |
| bool | RightIsDown () |
| bool | Dragging () |
| bool | Moving () |
| bool | Entering () |
| bool | Leaving () |
| Point | Position () |
| Point | LogicalPosition (DC dc) |
| int | WheelRotation () |
| int | WheelDelta () |
| int | LinesPerAction () |
| bool | IsPageScroll () |
Static Public Member Functions | |
| static | this () |
| this | ( | IntPtr | wxobj | ) |
Reimplemented from Event.
| this | ( | EventType | mouseType | ) |
| static this | ( | ) | [static] |
Reimplemented from Event.
| bool IsButton | ( | ) |
| bool ButtonDown | ( | ) |
| bool ButtonDown | ( | MouseButton | but | ) |
| bool ButtonDClick | ( | ) |
| bool ButtonDClick | ( | MouseButton | but | ) |
| bool ButtonUp | ( | ) |
| bool ButtonUp | ( | MouseButton | but | ) |
| bool Button | ( | int | but | ) |
| bool ButtonIsDown | ( | int | but | ) |
| int Button | ( | ) |
| bool ControlDown | ( | ) |
| bool MetaDown | ( | ) |
| bool AltDown | ( | ) |
| bool ShiftDown | ( | ) |
| bool LeftDown | ( | ) |
| bool MiddleDown | ( | ) |
| bool RightDown | ( | ) |
| bool LeftUp | ( | ) |
| bool MiddleUp | ( | ) |
| bool RightUp | ( | ) |
| bool LeftDClick | ( | ) |
| bool MiddleDClick | ( | ) |
| bool RightDClick | ( | ) |
| bool LeftIsDown | ( | ) |
| bool MiddleIsDown | ( | ) |
| bool RightIsDown | ( | ) |
| bool Dragging | ( | ) |
| bool Moving | ( | ) |
| bool Entering | ( | ) |
| bool Leaving | ( | ) |
| Point Position | ( | ) |
| int WheelRotation | ( | ) |
| int WheelDelta | ( | ) |
| int LinesPerAction | ( | ) |
| bool IsPageScroll | ( | ) |
1.5.4