Show / Hide Table of Contents

Delegate PlatformEventHandler

An event handler delegate for platform events.

Namespace: OpenTK.Core.Platform
Assembly: OpenTK.Core.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.

In this article
Back to top Generated by DocFX