SFML.Window.Window.WaitEvent C# (CSharp) Метод

WaitEvent() защищенный Метод

Internal function to get the next event (blocking)
protected WaitEvent ( Event &eventToFill ) : bool
eventToFill Event Variable to fill with the raw pointer to the event structure
Результат bool
        protected virtual bool WaitEvent(out Event eventToFill)
        {
            return sfWindow_waitEvent(CPointer, out eventToFill);
        }