Пример #1
0
        bool OnTimer()
        {
            if (!timer)
            {
                return(false);
            }

            // Let the Actor do it's thing
            actor.Do();

            // Render the updates to the Drawables
            darea.QueueDraw();
            return(true);
        }