diff examples/guiDemo.d @ 132:264028f4115a

Cleaned up mde.imde and a couple of widget functions. New mde.menus module to add default menus. The input singleton is now created in mde.input.Input instead of mde.imde.
author Diggory Hardy <diggory.hardy@gmail.com>
date Fri, 23 Jan 2009 14:59:05 +0000
parents 41582439a42b
children 9f035cd139c6
line wrap: on
line diff
--- a/examples/guiDemo.d	Wed Jan 21 13:01:40 2009 +0000
+++ b/examples/guiDemo.d	Fri Jan 23 14:59:05 2009 +0000
@@ -17,6 +17,7 @@
 module examples.guiDemo;
 
 import mde.imde;                        // this module's interface for external modules
+import mde.menus;		// add default menus
 import mde.events;      // pollEvents() // NOTE: Must be imported before Init, otherwise fonts don't display properly (why??)
 import mde.setup.Init;                  // initialization
 import mde.lookup.Options;              // pollInterval option