Crazy Eddie's GUI System
0.8.7
|
29 #ifndef _CEGUIInputEvent_h_
30 #define _CEGUIInputEvent_h_
32 #include "CEGUI/Base.h"
33 #include "CEGUI/EventArgs.h"
34 #include "CEGUI/String.h"
35 #include "CEGUI/Vector.h"
36 #include "CEGUI/Size.h"
39 # pragma warning(push)
40 # pragma warning(disable : 4251)
50 struct CEGUIEXPORT Key
242 InvalidSysKey = 0x8000
268 d_timeSinceLastFrame(tslf)
271 float d_timeSinceLastFrame;
353 class CEGUIEXPORT DisplayEventArgs :
public EventArgs
380 class CEGUIEXPORT FontEventArgs :
public EventArgs
393 #if defined(_MSC_VER)
394 # pragma warning(pop)
397 #endif // end of guard _CEGUIInputEvent_h_
Class that encapsulates a typeface.
Definition: Font.h:78
EventArgs based class that is used for notifications regarding Font objects.
Definition: InputEvent.h:402
The first 'extra' mouse button.
Definition: InputEvent.h:240
EventArgs based class that is used for objects passed to input event handlers concerning mouse cursor...
Definition: InputEvent.h:321
SystemKey
System key flag values.
Definition: InputEvent.h:254
The second 'extra' mouse button.
Definition: InputEvent.h:242
Generic drag & drop enabled window class.
Definition: DragContainer.h:65
The right mouse button.
Definition: InputEvent.h:236
EventArgs based class that is used for notifications regarding resources.
Definition: InputEvent.h:387
WindowEventArgs class that is primarily used by lua scripts.
Definition: InputEvent.h:285
The right mouse button.
Definition: InputEvent.h:257
EventArgs based class used for certain drag/drop notifications.
Definition: InputEvent.h:363
Main namespace for Crazy Eddie's GUI Library.
Definition: arch_overview.dox:1
The middle mouse button.
Definition: InputEvent.h:260
EventArgs based class that is used for objects passed to input event handlers concerning mouse input.
Definition: InputEvent.h:302
EventArgs based class that is used for objects passed to handlers triggered for events concerning som...
Definition: InputEvent.h:273
Either alt key.
Definition: InputEvent.h:263
The middle mouse button.
Definition: InputEvent.h:238
The left mouse button.
Definition: InputEvent.h:234
EventArgs based class that is used for objects passed to input event handlers concerning keyboard inp...
Definition: InputEvent.h:336
EventArgs based class that is used for Activated and Deactivated window events.
Definition: InputEvent.h:351
Value that equals the number of mouse buttons supported by CEGUI.
Definition: InputEvent.h:244
utf32 value_type
Basic 'code point' type used for String (utf32)
Definition: String.h:89
Class that provides mouse cursor support.
Definition: MouseCursor.h:73
The second 'extra' mouse button.
Definition: InputEvent.h:262
Either shift key.
Definition: InputEvent.h:258
The first 'extra' mouse button.
Definition: InputEvent.h:261
An abstract base class providing common functionality and specifying the required interface for deriv...
Definition: Window.h:171
The left mouse button.
Definition: InputEvent.h:256
EventArgs based class that is used for notifications regarding the main display.
Definition: InputEvent.h:375
Either control key.
Definition: InputEvent.h:259
String class used within the GUI system.
Definition: String.h:83
MouseButton
Enumeration of mouse buttons.
Definition: InputEvent.h:231
Value set for no mouse button. NB: This is not 0, do not assume!
Definition: InputEvent.h:246
Interface for Image.
Definition: Image.h:178
Base class used as the argument to all subscribers Event object.
Definition: EventArgs.h:69