da_WTInfo

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.

version(Windows)
extern (Windows) @nogc nothrow
alias da_WTInfo = uint function
(,
uint nIndex
,
void* lpOutput
)

Return Value

The return value specifies the size of the returned information in bytes. If the infor­mation is not supported, the function returns zero. If a tablet is not physi­cally pres­ent, this function always returns zero.

Meta