visit Kofax web site

de.softpro.signware.SPTabletEventListener Interface Reference

Inheritance diagram for de.softpro.signware.SPTabletEventListener:

de.softpro.signware.SPTabletEventListener2 List of all members.

Detailed Description

Listener for tablet events.


Public Member Functions

void buttonPressed (int id, int press)
 Process a button press event.
void lineTo (int x, int y, int press)
 process a tablet vector
void statusChanged (int iMajor, int iDetail)
 Notiification on a hardware status change, please read tablet status change notifications for more details.


Member Function Documentation

void de.softpro.signware.SPTabletEventListener.buttonPressed int  id,
int  press
 

Process a button press event.

Note:
The callback may be invoked from a a separate thread.
Parameters:
id [i] the button identifier
press [i] undefined, reserved parameter
See also:
pSPTABLETBUTTON_T for a detailed description of hardware buttons

void de.softpro.signware.SPTabletEventListener.lineTo int  x,
int  y,
int  press
 

process a tablet vector

Note:
The callback may be invoked from a a separate thread.
Parameters:
x [i] the x - coordinate of the vector [in tablet coordinates, relative to the bottom left corner of the tablet, normalized to the tablet resolution]
y [i] the y - coordinate of the vector [in tablet coordinates, relative to the bottom left corner of the tablet, normalized to the tablet resolution]
press [i] the pressure of the vector, normalized to a range [0 ... 1023]

void de.softpro.signware.SPTabletEventListener.statusChanged int  iMajor,
int  iDetail
 

Notiification on a hardware status change, please read tablet status change notifications for more details.

Note:
The callback may be invoked from a a separate thread.
Parameters:
iMajor [i] major event descriptor
iDetail [i] detailled event description
See also:
sec_TabletStatusChanges


The documentation for this interface was generated from the following file: