comparison mde/events.d @ 32:316b0230a849

Lots more work on the GUI. Also renamed lots of files. Lots of changes to the GUI. Renderer is now used exclusively for rendering and WidgetDecoration is gone. Renamed lots of files to conform to case policies. committer: Diggory Hardy <diggory.hardy@gmail.com>
author Diggory Hardy <diggory.hardy@gmail.com>
date Wed, 30 Apr 2008 18:05:56 +0100
parents baa87e68d7dc
children 57d000574d75
comparison
equal deleted inserted replaced
31:baa87e68d7dc 32:316b0230a849
15 15
16 /// Handles all events from SDL_PollEvent. 16 /// Handles all events from SDL_PollEvent.
17 module mde.events; 17 module mde.events;
18 18
19 import global = mde.global; 19 import global = mde.global;
20 import sdl = mde.SDL; // resizeWindow 20 import sdl = mde.sdl; // resizeWindow
21 21
22 import mde.input.input; 22 import mde.input.Input;
23 23
24 import derelict.sdl.events; 24 import derelict.sdl.events;
25 25
26 import tango.time.Time; 26 import tango.time.Time;
27 import tango.util.log.Log : Log, Logger; 27 import tango.util.log.Log : Log, Logger;