comparison dwt/widgets/Event.d @ 49:9dd4a17513f9

Updated Scrollabe to 3.514
author Jacob Carlborg <doob@me.com>
date Sun, 07 Dec 2008 20:41:40 +0100
parents d8635bb48c7c
children
comparison
equal deleted inserted replaced
48:34237ae5156a 49:9dd4a17513f9
149 * user types Ctrl+A, the character value is 0x01 (ASCII SOH). 149 * user types Ctrl+A, the character value is 0x01 (ASCII SOH).
150 * It is important that applications do not attempt to modify the 150 * It is important that applications do not attempt to modify the
151 * character value based on a stateMask (such as DWT.CTRL) or the 151 * character value based on a stateMask (such as DWT.CTRL) or the
152 * resulting character will not be correct. 152 * resulting character will not be correct.
153 */ 153 */
154 public char character; 154 public wchar character = '\0';
155 155
156 /** 156 /**
157 * depending on the event, the key code of the key that was typed, 157 * depending on the event, the key code of the key that was typed,
158 * as defined by the key code constants in class <code>DWT</code>. 158 * as defined by the key code constants in class <code>DWT</code>.
159 * When the character field of the event is ambiguous, this field 159 * When the character field of the event is ambiguous, this field