Window.WaitAndDispatchEvents Method

SFML.Net

WindowWaitAndDispatchEvents Method
Wait for a new event and dispatch it to the corresponding event handler

Namespace: SFML.Window
Assembly: sfmlnet-window-2 (in sfmlnet-window-2.dll) Version: 2.2.0.0 (2.2.0)
Syntax
public void WaitAndDispatchEvents()
Public Sub WaitAndDispatchEvents
public:
void WaitAndDispatchEvents()
member WaitAndDispatchEvents : unit -> unit 
See Also