SFML.Net
RenderWindowWaitEvent Method |
Internal function to get the next event (blocking)
Namespace: SFML.Graphics
Assembly: sfmlnet-graphics-2 (in sfmlnet-graphics-2.dll) Version: 2.2.0.0 (2.2.0)

protected override bool WaitEvent( out Event eventToFill )
Protected Overrides Function WaitEvent ( <OutAttribute> ByRef eventToFill As Event ) As Boolean
protected: virtual bool WaitEvent( [OutAttribute] Event% eventToFill ) override
abstract WaitEvent : eventToFill : Event byref -> bool override WaitEvent : eventToFill : Event byref -> bool
Parameters
- eventToFill
- Type: SFML.WindowEvent
Variable to fill with the raw pointer to the event structure
Return Value
Type: BooleanFalse if any error occured
