derelict.wintab.wintab

Derelict binding of WinTab (Wacom Tablet) API.

Members

Aliases

da_WTInfo
alias da_WTInfo = uint function(uint wCategory, uint nIndex, void* lpOutput)

This function returns global information about the interface in an application-sup­plied buffer. Different types of information are specified by different index argu­ments. Applications use this function to receive information about tablet coordi­nates, physical dimensions, capabilities, and cursor types. Parameters: wCategory : UINT Identifies the category from which information is being re­quested. nIndex : UINT Identifies which information is being requested from within the category. lpOutput : LPVOID Points to a buffer to hold the requested information.

Structs

LOGCONTEXT
struct LOGCONTEXT
PACKET
struct PACKET(uint fields = PK_ALL)

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

Meta