Initial Import from SourceForge

This commit is contained in:
D'Hulster Thierry 2016-08-01 18:38:34 +02:00
commit d8d4f1a2bb
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>