diff mde/input/Input.d @ 61:7cab2af4ba21

A little bit of progress on the content handling system (relevent code is likely to be revised). Also some changes to debug statements, in particular a new drawGlyphCache debug version.
author Diggory Hardy <diggory.hardy@gmail.com>
date Wed, 25 Jun 2008 17:25:48 +0100
parents 23a1d2b1ec5f
children 66d555da083e
line wrap: on
line diff
--- a/mde/input/Input.d	Tue Jun 24 20:40:52 2008 +0100
+++ b/mde/input/Input.d	Wed Jun 25 17:25:48 2008 +0100
@@ -181,6 +181,8 @@
     *
     * Other types of event functions may be added. Returns true if the event was used, false if not
     * or no config was available. Hmm... doesn't seem very useful, but has practically no cost.
+    * (Due to lack of use of this feature, false is returned even for used events when no config is
+    * available).
     *
     * May throw InputClassExceptions (on configuration errors). Catching the exception and continuing should
     * be fine. */