Welcome to
www.tdxlibrary.org
Home of the
the TDx_Library...
"RAD DirectX"
for
C++ Builder
...
|
TDx_Input_Library v2.00 Component Reference
|
|
[ TDx_Input_Library::TDIMouseState ]
[ next: TDIMouseState2 ]
[ prev: TDIKeyboardState ]
class TDIMouseState : public TComponent
class PACKAGE TDIMouseState : public TComponent
class type : Wrapper
TDIMOUSESTATE
[ component ]
- Description
The TDIMouseState component wraps the DirectX DIMOUSESTATE structure which holds information about the state of a basic mouse device.
This component is used with the TDx_InputDevice::GetDeviceState() method to obtain current device information, and with the TDx_InputDevice::SetDataFormat() method to set the devices data format.
When axes are in relative mode, the appropriate properties will describe the change since last reported.
When axes are in absolute mode, the appropriate properties will describe the position relative to a fixed point.
Absolute axis information for a mouse is simple accumulated relative motion. This means the absolute axis position is only useful when comparing it with other absolute axis positions.
- Properties
- Methods
- Events
- SeeAlso
- Top
If you would like to submit additions or improvements to this page, click: darren_john_dwyer@hotmail.com.
|
|