Module dagon.core.wintab

BindBC binding to Wintab (Wacom Tablet) API. Based on Derelict-Wintab by Vadim Lopatin, BindBC port by Timur Gafarov.

Functions

NameDescription
loadWintab(libName) Loads Wintab library and returns supported version, which should be WintabSupport.v140 if the library is loaded correctly.

Structs

NameDescription
PACKET PACKET struct template. Pass PK_XXX bit mask to select which fields to instantiate.
ROTATION 1.1

Global variables

NameTypeDescription
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.