Collaboration diagram for CEGUI::MouseClickTracker:
Public Member Functions | |
MouseClickTracker (void) | |
Public Attributes | |
SimpleTimer | d_timer |
Timer used to track clicks for this button. | |
int | d_click_count |
count of clicks made so far. | |
Rect | d_click_area |
area used to detect multi-clicks |
Definition at line 77 of file CEGUISystem.cpp.
|
Definition at line 79 of file CEGUISystem.cpp. |
|
area used to detect multi-clicks
Definition at line 83 of file CEGUISystem.cpp. Referenced by CEGUI::System::injectMouseButtonDown(). |
|
count of clicks made so far.
Definition at line 82 of file CEGUISystem.cpp. Referenced by CEGUI::System::injectMouseButtonDown(). |
|
Timer used to track clicks for this button.
Definition at line 81 of file CEGUISystem.cpp. Referenced by CEGUI::System::injectMouseButtonDown(), and CEGUI::System::injectMouseButtonUp(). |