comparison dwt/events/MouseEvent.d @ 39:43be986a1372

Sync events with dwt-linux
author Frank Benoit <benoit@tionex.de>
date Tue, 07 Oct 2008 14:41:16 +0200
parents 5123b17c98ef
children d8635bb48c7c
comparison
equal deleted inserted replaced
36:db5a898b2119 39:43be986a1372
10 * Port to the D programming language: 10 * Port to the D programming language:
11 * Frank Benoit <benoit@tionex.de> 11 * Frank Benoit <benoit@tionex.de>
12 *******************************************************************************/ 12 *******************************************************************************/
13 module dwt.events.MouseEvent; 13 module dwt.events.MouseEvent;
14 14
15 import dwt.dwthelper.utils;
16
17 15
18 import dwt.widgets.Event; 16 import dwt.widgets.Event;
19 import dwt.events.TypedEvent; 17 import dwt.events.TypedEvent;
20 18
21 import tango.text.convert.Format; 19 import tango.text.convert.Format;
20 import dwt.dwthelper.utils;
22 21
23 /** 22 /**
24 * Instances of this class are sent whenever mouse 23 * Instances of this class are sent whenever mouse
25 * related actions occur. This includes mouse buttons 24 * related actions occur. This includes mouse buttons
26 * being pressed and released, the mouse pointer being 25 * being pressed and released, the mouse pointer being