ATMOSkytest.ATMOSkytest.device_OnEvent C# (CSharp) Method

device_OnEvent() static private method

static private device_OnEvent ( Event ev ) : bool
ev IrrlichtNETCP.Event
return bool
        static bool device_OnEvent(Event ev)
        {
            if (ev.KeyPressedDown && ev.KeyCode == KeyCode.Escape)
                Exit = true;
            return false;
        }