SDL3EventPump.ProcessEvents() Method
Processes all pending SDL events for this frame. Should be called once per frame, early in the game loop.
public void ProcessEvents();
Implements ProcessEvents()
Processes all pending SDL events for this frame. Should be called once per frame, early in the game loop.
public void ProcessEvents();
Implements ProcessEvents()