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 | |
| UserMessage | This event was caused by a call to PostUserEvent(EventArgs). |
| WindowFramebufferResize | |
| WindowModeChange | |
| WindowMove | |
| WindowResize | |
| WindowScaleChange |