Added new functions to documentation

This commit is contained in:
n00b87
2025-08-13 19:20:25 -05:00
parent 6ad655f40d
commit 4b2f517de4
152 changed files with 8947 additions and 0 deletions

22
doc/doc_files/touchx.html Normal file
View File

@@ -0,0 +1,22 @@
<!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>
</body>
</html>