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