From d44de6f22b61814b3831d08fb0cb43422c97a350 Mon Sep 17 00:00:00 2001 From: "Adam D. Ruppe" Date: Wed, 7 Mar 2018 22:51:40 -0500 Subject: [PATCH] catchup --- simpledisplay.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simpledisplay.d b/simpledisplay.d index e55dd16..2c645ab 100644 --- a/simpledisplay.d +++ b/simpledisplay.d @@ -6149,7 +6149,7 @@ void flushGui() { } } -// Internal +/// Used internal to dispatch events to various classes. interface CapableOfHandlingNativeEvent { NativeEventHandler getNativeEventHandler();