HBhvConditionONLCLICK Class Reference
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) |
![]() | |
HBhvConditionMouse (const char *target, const char *hevent, bool invert, HBhvSensor *sensor) | |
bool | IsClicked (HC_KEY target, float x, float y) |
virtual void | Register () |
virtual void | UnRegister () |
![]() | |
virtual void | Evaluate (bool &and_flag, bool &or_flag) |
virtual HBhvSensor * | GetSensor () |
HBhvCondition (const char *target, const char *hevent, bool invert, HBhvSensor *sensor) | |
virtual void | Serialize (HUtilityXMLGenerator *xmlgen, HUtilityXMLTag *xmlt) |
virtual void | SetTarget (const char *target) |
Additional Inherited Members | |
![]() | |
static void * | XMLCallback (HUtilityXMLTag *xt, bool open, void *m_pExtraData) |
![]() | |
bool | m_bConditionMet |
bool | m_bInvert |
char | m_Event [256] |
HBhvSensor * | m_pSensor |
HBhvTargetObject * | m_pTarget |
char | m_Value [256] |
Detailed Description
The HBhvConditionONLCLICK class evaluates if the given target was selected when the left mouse button was pressed.
Constructor & Destructor Documentation
◆ HBhvConditionONLCLICK()
HBhvConditionONLCLICK::HBhvConditionONLCLICK | ( | const char * | target, |
const char * | hevent, | ||
bool | invert, | ||
HBhvSensor * | sensor | ||
) |
Constructs a HBhvConditionONLCLICK object.
- Parameters
-
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.
Member Function Documentation
◆ OnLButtonDown()
|
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.
- Returns
- An HLISTENER_CONSUME_EVENT if conditions of the associated sensor were met or HLISTENER_PASS_EVENT if they were not.
◆ Serialize()
|
virtual |
Writes XML data to a buffer.
Reimplemented from HBhvCondition.
The documentation for this class was generated from the following file: