1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 2<html> 3 4<head> 5<META http-equiv="Content-Type" content="text/html; charset=windows-1252"> 6<META name="GENERATOR" content="IBM WebSphere Studio Homepage Builder Version 8.0.0.0 for Windows"> 7<META http-equiv="Content-Style-Type" content="text/css"> 8<title>PRCPoint</title> 9<LINK rel="stylesheet" href="../../css/nitro.css" type="text/css"> 10</head> 11 12<body> 13 14<h1 align="left">PRCPoint <img src="../../image/NTR.gif"align="middle"><img src="../../image/TWL.gif" align="middle"></h1> 15<h2>Definition</h2> 16<dl> 17 <dd><PRE><CODE>#include <nitro/prc.h> 18 19typedef struct PRCPoint 20{ 21 s16 x; 22 s16 y; 23} PRCPoint; 24</CODE></PRE></dd> 25</dl> 26 27<h2>Elements</h2> 28<table border="1" width="100%"> 29 <tbody> 30 <TR> 31 <TD width="13%"><EM><STRONG><FONT face="Courier New">x</FONT></STRONG></EM></TD> 32 <TD width="87%">X coordinate value.</TD> 33 </TR> 34 <TR> 35 <TD width="13%"><EM><STRONG><FONT face="Courier New">y</FONT></STRONG></EM></TD> 36 <TD width="87%">Y coordinate value.</TD> 37 </TR> 38 </tbody> 39</table> 40<H2>Description</H2> 41<P>Holds coordinate values that are input from the touch panel.</P> 42<h2>See Also</h2> 43<p><CODE><A href="PRCStrokes.html">PRCStrokes</A>, <A href="PRC_InitStrokes.html">PRC_InitStrokes</A><br></CODE></p> 44 45<H2>Revision History</H2> 46<P>2004/06/23 Initial version.</P> 47<hr><p>CONFIDENTIAL</p></body> 48</html> 49