PixmapPresenter.eventLoop

Runs the event loop (with a pulse timer)

A redraw will be scheduled automatically each pulse.

  1. int eventLoop(long pulseTimeout, void delegate() onPulse, T eventHandlers)
    class PixmapPresenter
    int
    eventLoop
    (
    T...
    )
    (,
    void delegate
    ()
    onPulse
    ,)
  2. int eventLoop(T eventHandlers)
  3. int eventLoop(LoopCtrl delegate() callback, T eventHandlers)
Suggestion Box / Bug Report