Delegate PlatformEventHandler
An event handler delegate for platform events.
Namespace: OpenTK.Platform
Assembly: OpenTK.Platform.dll
Syntax
public delegate void PlatformEventHandler(PalHandle? handle, PlatformEventType type, EventArgs args)
Parameters
Type | Name | Description |
---|---|---|
PalHandle | handle | Handle creating the event, if available. |
PlatformEventType | type | Event type. |
EventArgs | args | Information associated with the event, if any. |