PixmapPresenter.eventLoop

Runs the event loop with LoopCtrl timing mechanism

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