The HBhvConditionONMOUSEENTER class evaluates if the mouse pointer has entered the bounding box of the target object. More...
#include <HBhvSensor.h>
Public Member Functions | |
HBhvConditionONMOUSEENTER (const char *target, const char *hevent, bool invert, HBhvSensor *sensor) | |
virtual int | OnMouseMove (HEventInfo &hevent) |
virtual void | Serialize (HUtilityXMLGenerator *xmlgen) |
void | UnRegister () |
Protected Attributes | |
HC_KEY | m_OldKey |
The HBhvConditionONMOUSEENTER class evaluates if the mouse pointer has entered the bounding box of the target object.
HBhvConditionONMOUSEENTER::HBhvConditionONMOUSEENTER | ( | const char * | target, |
const char * | hevent, | ||
bool | invert, | ||
HBhvSensor * | sensor | ||
) |
Constructs an HBhvConditionONMOUSEENTER 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 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.
virtual void HBhvConditionONMOUSEENTER::Serialize | ( | HUtilityXMLGenerator * | xmlgen | ) | [virtual] |
Writes XML data to a buffer.
Reimplemented from HBhvCondition.
void HBhvConditionONMOUSEENTER::UnRegister | ( | ) | [virtual] |
Unregisters the condition so that it no longer gets mouse events.
Reimplemented from HBhvConditionMouse.
HC_KEY HBhvConditionONMOUSEENTER::m_OldKey [protected] |
For internal use only.