Module dagon.core.wintab
BindBC binding to Wintab (Wacom Tablet) API.
Based on Derelict-Wintab by Vadim Lopatin, BindBC port by Timur Gafarov.
Functions
| Name | Description |
loadWintab(libName)
|
Loads Wintab library and returns supported version, which should be
WintabSupport.v140 if the library is loaded correctly.
|
Structs
| Name | Description |
PACKET
|
PACKET struct template.
Pass PK_XXX bit mask to select which fields to instantiate.
|
ROTATION
|
1.1
|
Global variables
| Name | Type | Description |
WTInfo
|
nothrow @nogc extern(Windows) uint function(uint, uint, void*)
|
This function returns global information about the interface in an application-supplied buffer.
Different types of information are specified by different index arguments. Applications use this
function to receive information about tablet coordinates, physical dimensions, capabilities,
and cursor types.
|