Delegate EventFilter
- Namespace
- Sdl3Sharp
- Assembly
- Sdl3Sharp.dll
Represents a method that filters events in the event queue
public delegate bool EventFilter(ref Event @event)
Parameters
eventEventThe event to examine
Returns
Remarks
SDL may call filter delegates at any time from any thread; the application is responsible for locking resources that need to be protected.