
Public Member Functions | |
| this (IntPtr wxobj) | |
| this (EventType type=wxEVT_NULL) | |
| bool | ControlDown () |
| bool | MetaDown () |
| bool | ShiftDown () |
| bool | AltDown () |
| int | KeyCode () |
| int | RawKeyCode () |
| int | RawKeyFlags () |
| bool | HasModifiers () |
| Point | Position () |
| int | X () |
| int | Y () |
| bool | CmdDown () |
Static Public Member Functions | |
| static | this () |
| this | ( | IntPtr | wxobj | ) |
Reimplemented from Event.
| this | ( | EventType | type = wxEVT_NULL |
) |
| static this | ( | ) | [static] |
Reimplemented from Event.
| bool ControlDown | ( | ) |
| bool MetaDown | ( | ) |
| bool ShiftDown | ( | ) |
| bool AltDown | ( | ) |
| int KeyCode | ( | ) |
| int RawKeyCode | ( | ) |
| int RawKeyFlags | ( | ) |
| bool HasModifiers | ( | ) |
| Point Position | ( | ) |
| int X | ( | ) |
| int Y | ( | ) |
| bool CmdDown | ( | ) |
1.5.4