IRealTimeStylus::SetAllTabletsMode method (rtscom.h)
Sets the mode for the RealTimeStylus Class object to collect data from all digitizers.
Syntax
HRESULT SetAllTabletsMode(
[in] BOOL fUseMouseForInput
);
Parameters
[in] fUseMouseForInput
TRUE for both the mouse and stylus to be used for input; FALSE for the mouse not to be used as input.
Return value
For a description of the return values, see RealTimeStylus Classes and Interfaces.
Remarks
This method enables the RealTimeStylus Class object to collect stylus events from any tablet attached to the Tablet PC. The fUseMouseForInput parameter specifies whether the mouse device, as well as the stylus, can be used for input.
If IRealTimeStylus::SetSingleTabletMode Method () was initially called and RealTimeStylus Class object is enabled, this call is invalid and TPC_E_INVALID_MODE HRESULT is returned.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP Tablet PC Edition [desktop apps only] |
Minimum supported server | None supported |
Target Platform | Windows |
Header | rtscom.h |
DLL | RTSCom.dll |
See also
IRealTimeStylus::GetTablet Method
IRealTimeStylus::SetSingleTabletMode Method
RealTimeStylus Class