The HBhvConditionONLCLICK class evaluates if the given target was selected when the left mouse button was pressed. More...
#include <HBhvSensor.h>
Public Member Functions | |
HBhvConditionONLCLICK (const char *target, const char *hevent, bool invert, HBhvSensor *sensor) | |
virtual int | OnLButtonDown (HEventInfo &hevent) |
virtual void | Serialize (HUtilityXMLGenerator *xmlgen) |
The HBhvConditionONLCLICK class evaluates if the given target was selected when the left mouse button was pressed.
HBhvConditionONLCLICK::HBhvConditionONLCLICK | ( | const char * | target, |
const char * | hevent, | ||
bool | invert, | ||
HBhvSensor * | sensor | ||
) |
Constructs a HBhvConditionONLCLICK object.
target | The descriptor of the target object. You can use HBhvTargetObject::CreateTargetString() to generate this string. |
hevent | The event type. |
invert | Pass true to invert the condition. In other words, this condition will return true if the condition evaluates to false and false if the condition evaluates to true. |
sensor | A pointer to the HBhvSensor object that this condition belongs to. |
virtual int HBhvConditionONLCLICK::OnLButtonDown | ( | HEventInfo & | hevent | ) | [virtual] |
Called by the event manager if the left mouse button has been pressed. This method checks to see if the condition was met by the mouse click event as well as all the conditions associated with this conditions sensor.
virtual void HBhvConditionONLCLICK::Serialize | ( | HUtilityXMLGenerator * | xmlgen | ) | [virtual] |
Writes XML data to a buffer.
Reimplemented from HBhvCondition.