wHiteRabbiT-sTudio Framework
|
Class to access Wintab interface data. More...
Static Public Member Functions | |
static bool | IsWintabAvailable () |
Returns TRUE if Wintab service is running and responsive. More... | |
static String | GetDeviceInfo () |
Returns a string containing device name. More... | |
static CWintabContext | GetDefaultDigitizingContext (ECTXOptionValues options_I=0) |
Returns the default digitizing context, with useful context overrides. More... | |
static CWintabContext | GetDefaultSystemContext (ECTXOptionValues options_I=0) |
Returns the default system context, with useful context overrides. More... | |
static Int32 | GetDefaultDeviceIndex () |
Returns the default device. More... | |
static WintabAxis | GetDeviceAxis (Int32 devIndex_I, EAxisDimension dim_I) |
Returns the WintabAxis object for specified device and dimension. More... | |
static WintabAxisArray | GetDeviceOrientation (out bool tiltSupported_O) |
Returns a 3-element array describing the tablet's orientation range and resolution capabilities. More... | |
static WintabAxisArray | GetDeviceRotation (out bool rotationSupported_O) |
Returns a 3-element array describing the tablet's rotation range and resolution capabilities More... | |
static UInt32 | GetNumberOfDevices () |
Returns the number of devices connected. More... | |
static bool | IsStylusActive () |
Returns whether a stylus is currently connected to the active cursor. More... | |
static string | GetStylusName (EWTICursorNameIndex index_I) |
Returns a string containing the name of the selected stylus. More... | |
static Int32 | GetMaxPressure (bool getNormalPressure_I=true) |
Return max normal pressure supported by tablet. More... | |
static WintabAxis | GetTabletAxis (EAxisDimension dimension_I) |
Return the WintabAxis object for the specified dimension. More... | |
Class to access Wintab interface data.
|
static |
Returns the default device.
If this value is -1, then it also known as a "virtual device".
|
static |
Returns the default digitizing context, with useful context overrides.
options_I | caller's options; OR'd into context options |
|
static |
Returns the default system context, with useful context overrides.
options_I | caller's options; OR'd into context options |
|
static |
Returns the WintabAxis object for specified device and dimension.
devIndex_I | Device index (-1 = virtual device) |
dim_I | Dimension: AXIS_X, AXIS_Y or AXIS_Z |
|
static |
Returns a string containing device name.
|
static |
Returns a 3-element array describing the tablet's orientation range and resolution capabilities.
|
static |
Returns a 3-element array describing the tablet's rotation range and resolution capabilities
|
static |
Return max normal pressure supported by tablet.
getNormalPressure_I | TRUE=> normal pressure; FALSE=> tangential pressure (not supported on all tablets) |
|
static |
Returns the number of devices connected.
|
static |
Returns a string containing the name of the selected stylus.
index_I | indicates stylus type |
|
static |
Return the WintabAxis object for the specified dimension.
dimension_I | Dimension to fetch (eg: x, y) |
|
static |
Returns whether a stylus is currently connected to the active cursor.
|
static |
Returns TRUE if Wintab service is running and responsive.