From 534312e3e8708bb84cd309a825737a52df76fa1e Mon Sep 17 00:00:00 2001 From: "Adam D. Ruppe" Date: Fri, 17 Feb 2017 13:36:59 -0500 Subject: [PATCH] doc --- simpledisplay.d | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/simpledisplay.d b/simpledisplay.d index 8e5bf4e..b7790db 100644 --- a/simpledisplay.d +++ b/simpledisplay.d @@ -1008,7 +1008,9 @@ class SimpleWindow : CapableOfHandlingNativeEvent { } /// The event loop automatically returns when the window is closed - /// pulseTimeout is given in milliseconds. + /// pulseTimeout is given in milliseconds. If pulseTimeout == 0, no + /// pulse timer is created. The event loop will block until an event + /// arrives or the pulse timer goes off. final int eventLoop(T...)( long pulseTimeout, /// set to zero if you don't want a pulse. T eventHandlers) /// delegate list like std.concurrency.receive