Enum PlatformEventType
Enumeration of all OpenTK window events.
Namespace: OpenTK.Platform
Assembly: OpenTK.Platform.dll
Syntax
public enum PlatformEventType
Fields
Name | Description |
---|---|
ClipboardUpdate | Is raised when the contents of the clipboard is changed. |
Close | |
DisplayConnectionChanged | |
FileDrop | |
Focus | |
InputLanguageChanged | |
KeyDown | |
KeyUp | |
MouseDown | |
MouseEnter | |
MouseMove | Signifies the event is of type MouseMoveEventArgs. |
MouseUp | |
NoOperation | A no operation event, for testing purposes. |
PowerStateChange | |
RawMouseMove | |
Scroll | |
TextEditing | |
TextInput | |
ThemeChange | |
WindowFramebufferResize | |
WindowModeChange | |
WindowMove | |
WindowResize | |
WindowScaleChange |