Alphabetical Class Index  Class Hierarchy   File Members   Compound Members   File List  

HBhvConditionMouse Class Reference

The HBhvConditionMouse class is the base class for all mouse related conditions. More...

#include <HBhvSensor.h>

List of all members.

Public Member Functions

 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 ()

Detailed Description

The HBhvConditionMouse class is the base class for all mouse related conditions.


Constructor & Destructor Documentation

HBhvConditionMouse::HBhvConditionMouse ( const char *  target,
const char *  hevent,
bool  invert,
HBhvSensor sensor 
)

Constructs an HBhvConditionMouse object.

Parameters:
targetThe descriptor of the target object. You can use HBhvTargetObject::CreateTargetString() to generate this string.
heventThe event type.
invertPass 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.
sensorA pointer to the HBhvSensor object that this condition belongs to.

Member Function Documentation

bool HBhvConditionMouse::IsClicked ( HC_KEY  target,
float  x,
float  y 
)

Determines if the given target object was selected.

Parameters:
targetThe key of the target object.
xThe mouse x coordinate in window space.
yThe mouse y coordinate in window space.
Returns:
True if the given target was selected by the mouse or false if otherwise.
virtual void HBhvConditionMouse::Register ( ) [virtual]

Registers the condition with event manager for mouse events.

Reimplemented from HBhvCondition.

virtual void HBhvConditionMouse::UnRegister ( ) [virtual]

Unregisters the condition so that it no longer gets mouse events.

Reimplemented from HBhvCondition.

Reimplemented in HBhvConditionONMOUSELEAVE, and HBhvConditionONMOUSEENTER.


The documentation for this class was generated from the following file: