class: ewol::EventShortCut


Constructor and Destructor:

+                    EventShortCut   (void );
+ ~EventShortCut (void );

Synopsis:

+ bool               broadcastEvent;
+ const char* generateEventId;
+ std::string eventData;
+ ewol::key::Special specialKey;
+ char32_t unicodeValue;

Detail:

broadcastEvent

+ bool broadcastEvent;
if it is true, then the message is sent to all the system


generateEventId

+ const char* generateEventId;
Local generated event


eventData

+ std::string eventData;
data link with the event


specialKey

+ ewol::key::Special specialKey;
special board key


unicodeValue

+ char32_t unicodeValue;
0 if not used ewol::EVENT_KB_MOVE_TYPE_NONE if not used


EventShortCut

+  EventShortCut (void );



~EventShortCut

+  ~EventShortCut (void );