derelict.wintab.wintab

Derelict binding of WinTab (Wacom Tablet) API.

Members

Aliases

FIX32
alias FIX32 = uint
Undocumented in source.
HCTX
alias HCTX = void*
Undocumented in source.
HMGR
alias HMGR = void*
Undocumented in source.
WTPKT
alias WTPKT = uint
Undocumented in source.
da_WTClose
alias da_WTClose = int function(HCTX hCtx)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
da_WTConfig
alias da_WTConfig = int function(HCTX hCtx, HWND hWnd)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
da_WTDataPeek
alias da_WTDataPeek = int function(HCTX hCtx, uint, uint, int, void*, int*)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
da_WTEnable
alias da_WTEnable = int function(HCTX hCtx, BOOL fEnable)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
da_WTExtGet
alias da_WTExtGet = int function(HCTX hCtx, uint, void*)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
da_WTExtSet
alias da_WTExtSet = int function(HCTX hCtx, uint, void*)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
da_WTGet
alias da_WTGet = int function(HCTX hCtx, LOGCONTEXT* lpLogCtx)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
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.

da_WTMgrClose
alias da_WTMgrClose = int function(HMGR hMgr)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
da_WTMgrDefContext
alias da_WTMgrDefContext = HCTX function(HMGR hMgr, int)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
da_WTMgrDefContextEx
alias da_WTMgrDefContextEx = HCTX function(HMGR hMgr, uint, int)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
da_WTMgrOpen
alias da_WTMgrOpen = HMGR function(HWND hWnd, uint)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
da_WTOpen
alias da_WTOpen = HCTX function(HWND hWnd, LOGCONTEXT* lpLogCtx, BOOL fEnable)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
da_WTOverlap
alias da_WTOverlap = int function(HCTX hCtx, BOOL fToTop)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
da_WTPacket
alias da_WTPacket = int function(HCTX hCtx, uint wSerial, void* lpPkt)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
da_WTPacketsGet
alias da_WTPacketsGet = int function(HCTX hCtx, int, void*)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
da_WTQueueSizeSet
alias da_WTQueueSizeSet = int function(HCTX hCtx, int)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
da_WTRestore
alias da_WTRestore = HCTX function(HWND hWnd, void*, int)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
da_WTSave
alias da_WTSave = int function(HCTX hCtx, void*)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
da_WTSet
alias da_WTSet = int function(HCTX, LOGCONTEXT* lpLogCtx)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.

Classes

DerelictWintabLoader
class DerelictWintabLoader
Undocumented in source.

Enums

CTX_NAME
anonymousenum CTX_NAME
Undocumented in source.
CXL_INSIZE
anonymousenum CXL_INSIZE
Undocumented in source.
CXO_SYSTEM
anonymousenum CXO_SYSTEM
Undocumented in source.
CXS_DISABLED
anonymousenum CXS_DISABLED
Undocumented in source.
DVC_NAME
anonymousenum DVC_NAME
Undocumented in source.
IFC_WINTABID
anonymousenum IFC_WINTABID
Undocumented in source.
PK_CONTEXT
anonymousenum PK_CONTEXT
Undocumented in source.
TBN_NONE
anonymousenum TBN_NONE
Undocumented in source.
TPS_PROXIMITY
anonymousenum TPS_PROXIMITY
Undocumented in source.
WTDC_NONE
anonymousenum WTDC_NONE
Undocumented in source.
WT_PACKET
anonymousenum WT_PACKET
Undocumented in source.

Manifest constants

LCNAMELEN
enum LCNAMELEN;
Undocumented in source.
WTI_DDCTXS
enum WTI_DDCTXS;
Undocumented in source.
WTI_DEFCONTEXT
enum WTI_DEFCONTEXT;
Undocumented in source.
WTI_DEFSYSCTX
enum WTI_DEFSYSCTX;
Undocumented in source.
WTI_DEVICES
enum WTI_DEVICES;
Undocumented in source.
WTI_DSCTXS
enum WTI_DSCTXS;
Undocumented in source.
WTI_INTERFACE
enum WTI_INTERFACE;
Undocumented in source.

Static variables

DerelictWintab
DerelictWintabLoader DerelictWintab;
Undocumented in source.
WTClose
da_WTClose WTClose;
Undocumented in source.
WTConfig
da_WTConfig WTConfig;
Undocumented in source.
WTDataPeek
da_WTDataPeek WTDataPeek;
Undocumented in source.
WTEnable
da_WTEnable WTEnable;
Undocumented in source.
WTExtGet
da_WTExtGet WTExtGet;
Undocumented in source.
WTExtSet
da_WTExtSet WTExtSet;
Undocumented in source.
WTGet
da_WTGet WTGet;
Undocumented in source.
WTInfo
da_WTInfo WTInfo;
Undocumented in source.
WTMgrClose
da_WTMgrClose WTMgrClose;
Undocumented in source.
WTMgrDefContext
da_WTMgrDefContext WTMgrDefContext;
Undocumented in source.
WTMgrDefContextEx
da_WTMgrDefContextEx WTMgrDefContextEx;
Undocumented in source.
WTMgrOpen
da_WTMgrOpen WTMgrOpen;
Undocumented in source.
WTOpen
da_WTOpen WTOpen;
Undocumented in source.
WTOverlap
da_WTOverlap WTOverlap;
Undocumented in source.
WTPacket
da_WTPacket WTPacket;
Undocumented in source.
WTPacketsGet
da_WTPacketsGet WTPacketsGet;
Undocumented in source.
WTQueueSizeSet
da_WTQueueSizeSet WTQueueSizeSet;
Undocumented in source.
WTRestore
da_WTRestore WTRestore;
Undocumented in source.
WTSave
da_WTSave WTSave;
Undocumented in source.
WTSet
da_WTSet WTSet;
Undocumented in source.

Structs

AXIS
struct AXIS
Undocumented in source.
LOGCONTEXT
struct LOGCONTEXT
Undocumented in source.
ORIENTATION
struct ORIENTATION
Undocumented in source.
PACKET
struct PACKET(uint fields = PK_ALL)

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

ROTATION
struct ROTATION
Undocumented in source.

Variables

PK_ALL
uint PK_ALL;
Undocumented in source.

Meta