Inheritance diagram for CEGUI::WindowProperties::WantsMultiClickEvents:
Public Member Functions | |
String | get (const PropertyReceiver *receiver) const |
Return the current value of the Property as a String. | |
void | set (PropertyReceiver *receiver, const String &value) |
Sets the value of the property. |
This property offers access to the setting that controls whether a window will receive double-click and triple-click events, or whether the window will receive multiple single mouse button down events instead.
|
Return the current value of the Property as a String.
Implements CEGUI::Property. |
|
Sets the value of the property.
Implements CEGUI::Property. |