

#include <nitro/gx/gx_bgcnt.h>void TP_GetUnCalibratedPoint( u16 * raw_x,
u16 * raw_y,
u16 dx,
u16 dy );
| raw_x, raw_y | Pointer used for acquiring touch panel value results |
| dx, dy | Screen coordinates |
None.
This function uses the calibration values that were set by the TP_SetCalibrateParam function to reverse-transform screen coordinates to raw touch panel values. If no calibration parameters are set, screen coordinates are output unchanged.
TP_SetCalibrateParam, TP_GetCalibratedPoint
2004/04/16 Initial version.
CONFIDENTIAL