- Namespace
- SharpInputSystem
- Interfaces
-
- IComparable
- IFormattable
- IConvertible
- Base Types
-
- object
- ValueType
- Enum
graph BT
Type-->Base0["Enum"]
Base0-->Base1["ValueType"]
Base1-->Base2["object"]
Type-.->Interface0["IComparable"]
Type-.->Interface1["IFormattable"]
Type-.->Interface2["IConvertible"]
Type["LibX11.XEventName"]
class Type type-node
Syntax
public enum LibX11.XEventName
Fields
| Name | Constant Value | Summary |
|---|---|---|
| ButtonPress | 4 |
static
|
| ButtonRelease | 5 |
static
|
| CirculateNotify | 26 |
static
|
| CirculateRequest | 27 |
static
|
| ClientMessage | 33 |
static
|
| ColormapNotify | 32 |
static
|
| ConfigureNotify | 22 |
static
|
| ConfigureRequest | 23 |
static
|
| CreateNotify | 16 |
static
|
| DestroyNotify | 17 |
static
|
| EnterNotify | 7 |
static
|
| Expose | 12 |
static
|
| FocusIn | 9 |
static
|
| FocusOut | 10 |
static
|
| GraphicsExpose | 13 |
static
|
| GravityNotify | 24 |
static
|
| KeymapNotify | 11 |
static
|
| KeyPress | 2 |
static
|
| KeyRelease | 3 |
static
|
| LASTEvent | 35 |
static
|
| LeaveNotify | 8 |
static
|
| MapNotify | 19 |
static
|
| MappingNotify | 34 |
static
|
| MapRequest | 20 |
static
|
| MotionNotify | 6 |
static
|
| NoExpose | 14 |
static
|
| PropertyNotify | 28 |
static
|
| ReparentNotify | 21 |
static
|
| ResizeRequest | 25 |
static
|
| SelectionClear | 29 |
static
|
| SelectionNotify | 31 |
static
|
| SelectionRequest | 30 |
static
|
| UnmapNotify | 18 |
static
|
| VisibilityNotify | 15 |
static
|