23 lines
477 B
HTML
23 lines
477 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" href="style.css">
|
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
|
<title>TouchX [RCBasic Doc] </title>
|
|
</head>
|
|
|
|
<body>
|
|
<p><h2>Function TouchX() </h2></p>
|
|
<p>
|
|
Return the X Position of a touch event
|
|
</p>
|
|
<br><p>Related:
|
|
<a href="touchy.html">TouchY</a>
|
|
<a href="gettouch.html">GetTouch</a>
|
|
<a href="gettouchfinger.html">GetTouchFinger</a>
|
|
</p>
|
|
<p>
|
|
</p>
|
|
|
|
</body>
|
|
</html> |