Table of Contents

Delegate EventWatch

Namespace
Sdl3Sharp
Assembly
Sdl3Sharp.dll

Represents a method that watches events as they are added to the event queue

public delegate void EventWatch(ref Event @event)

Parameters

event Event

The event to watch

Remarks

SDL may call watch delegates at any time from any thread; the application is responsible for locking resources that need to be protected.