_DePadLSActiveXEvents Interface Reference

List of all members.

Public Member Functions

void FirePadData (LONG abs_x, LONG abs_y, LONG abs_z, SHORT fTouch, LONG dwTimestamp, LONG dwSeqenceNum)
 Fired when pen data is received from the device.
void WidgetCheck (SHORT widgetID, VARIANT_BOOL checked)
 Fired when a widget is checked or unchecked.
void WidgetPress (SHORT widgetID)
 Fired when a widget is pressed.


Member Function Documentation

void FirePadData ( LONG  abs_x,
LONG  abs_y,
LONG  abs_z,
SHORT  fTouch,
LONG  dwTimestamp,
LONG  dwSeqenceNum 
)

The FirePadData event is fired when a pen data packet is received from the device.

Parameters:
abs_x Coordinate of pen data on the X-axis.
abs_y Coordinate of pen data on the Y-axis.
abs_z Z-axis (pressure) value of pen data (only useful if PressureEnabled is TRUE).
fTouch Indicates whether the pen was in contact with the touchscreen.
dwTimestamp Timestamp to identify when the sample was obtained.
dwSeqenceNum Incremental number to identify the data packet.

void WidgetCheck ( SHORT  widgetID,
VARIANT_BOOL  checked 
)

The WidgetCheck event is fired when a checkbox or radio button widget on the device is checked or unchecked.

Parameters:
widgetID The numeric ID of the widget.
checked The new state of the widget.

void WidgetPress ( SHORT  widgetID  ) 

The WidgetPress event is fired when a push button widget on the device is pressed.

Parameters:
widgetID 


Generated on Mon Dec 17 17:19:34 2007 for ePadAPIs by  doxygen 1.5.4