DdsiTouchPanelGetPoint

This function returns the most recently acquired point and its associated tip state information.

Syntax

void DdsiTouchPanelGetPoint(
PDDSI_TOUCHPANEL_TIPSTATE
pTipState, PLONG pUnCalX,
PLONG pUnCalY );

Parameters

pTipState
Pointer to where the tip state information should be returned.
pUnCalX
Pointer to where the x-coordinate should be returned.
pUnCalY
Pointer to where the y-coordinate should be returned.

Remarks

This function supports the implementation of the touch screen driver.