Game Accessibility Library logo SourceForge.net Logo
Game Accessibility Suite: CATSlider::TrackMouseDown
void CATSlider::TrackMouseDown ( const CATPOINT point,
CATMODKEY  modKey 
) [virtual]

TrackMouseDown() is called when a button is pressed inside the control.

Generally, this should toggle the control into a pressed state, but not register a click or anything yet until TrackMouseRelease() is released within the same control.

After TrackMouseDown() is called, the control will begin receiving TrackMouseMove() calls if the mouse pointer is moved.

Parameters:
point - location the mouse was pressed
modKey - Key state modifiers for ctrl/shift/alt/etc.

Reimplemented from CATControl.

Definition at line 71 of file CATSlider.cpp.

References CATControl::TrackMouseDown(), and TrackMouseMove().


Generated on Mon Feb 11 04:10:53 2008 for Game Accessibility Suite by doxygen 1.5.4