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 |
---|---|---|
Pal |
handle | Handle creating the event, if available. |
Platform |
type | Event type. |
Event |
args | Information associated with the event, if any. |