Tablet

Undocumented in source.

Members

Functions

handleProximity
void handleProximity(bool enter)
Undocumented in source. Be warned that the author may not have intended to support it.
init
bool init(HWND hWnd)

initialize tablet API for window

onActivate
void onActivate(bool activated)
Undocumented in source. Be warned that the author may not have intended to support it.
onPacket
void onPacket(int x, int y, int press, uint buttons)
Undocumented in source. Be warned that the author may not have intended to support it.
onUnknownWindowMessage
bool onUnknownWindowMessage(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam, LRESULT result)
Undocumented in source. Be warned that the author may not have intended to support it.
uninit
void uninit()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

isInitialized
bool isInitialized [@property getter]

returns true if initialized

Variables

_proximity
bool _proximity;
Undocumented in source.
onPosition
Signal!TabletPositionHandler onPosition;
Undocumented in source.
onProximity
Signal!TabletProximityHandler onProximity;
Undocumented in source.

Meta