initial 1.3.0

This commit is contained in:
2019-05-01 17:46:38 -04:00
commit ad86bc2a30
418 changed files with 34837 additions and 0 deletions

17
help/controller.html Normal file
View File

@@ -0,0 +1,17 @@
<HTML>
<HEAD>
<TITLE>controller</TITLE></HEAD>
<BODY>
<h1>controller</h1>
<B>Category</B><p>
<a href="test_commands.html">Test commands</a> / <a href="menu_commands.html">Menu/Key commands</a><p>
<p>
<B>Syntax</B><p>
<p>
if (controller(cA)) { .....<p>
<B>Description</B><p>
<p>
Returns true if the menu item or key assigned to controller cA has been selected or pressed during the current cycle.<p>
<B>See also</B><p>
<a href="setting_up_menus_and_keys.html">Setting up menus and keys</a><p>
</BODY></HTML>