The HBhvConditionONMOUSEENTER class evaluates if the mouse pointer has entered the bounding box of the target object.
More...
#include <HBhvSensor.h>
|
| HBhvConditionONMOUSEENTER (const char *target, const char *hevent, bool invert, HBhvSensor *sensor) |
|
virtual int | OnMouseMove (HEventInfo &hevent) |
|
virtual void | Serialize (HUtilityXMLGenerator *xmlgen) |
|
void | UnRegister () |
|
| 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 | 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) |
|
|
static void * | XMLCallback (HUtilityXMLTag *xt, bool open, void *m_pExtraData) |
|
The HBhvConditionONMOUSEENTER class evaluates if the mouse pointer has entered the bounding box of the target object.
◆ HBhvConditionONMOUSEENTER()
HBhvConditionONMOUSEENTER::HBhvConditionONMOUSEENTER |
( |
const char * |
target, |
|
|
const char * |
hevent, |
|
|
bool |
invert, |
|
|
HBhvSensor * |
sensor |
|
) |
| |
Constructs an HBhvConditionONMOUSEENTER 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. |
◆ OnMouseMove()
virtual int HBhvConditionONMOUSEENTER::OnMouseMove |
( |
HEventInfo & |
hevent | ) |
|
|
virtual |
Called by the event manager if the mouse pointer position has changed. This method checks to see if the mouse has entered the bounding box of the target object. If the condition was met, then the conditions of the associated sensor are evaluated.
◆ Serialize()
virtual void HBhvConditionONMOUSEENTER::Serialize |
( |
HUtilityXMLGenerator * |
xmlgen | ) |
|
|
virtual |
◆ UnRegister()
void HBhvConditionONMOUSEENTER::UnRegister |
( |
| ) |
|
|
virtual |
Unregisters the condition so that it no longer gets mouse events.
Reimplemented from HBhvConditionMouse.
◆ m_OldKey
HC_KEY HBhvConditionONMOUSEENTER::m_OldKey |
|
protected |
The documentation for this class was generated from the following file: