Difference between revisions of "AGIWiki/set.key"

Jump to navigation Jump to search
16 bytes added ,  15:04, 25 October 2018
m
Text replacement - "</source>" to "</syntaxhighlight>"
m
m (Text replacement - "</source>" to "</syntaxhighlight>")
 
(4 intermediate revisions by 3 users not shown)
Line 3: Line 3:
{{AGIWiki}}
{{AGIWiki}}


The <code>set.key</code> command assigns a keyboard shortcut to a [[AGIWiki/Controller command|controller]].
The <code>set.key</code> command assigns a keyboard shortcut to a [[AGIWiki/controller|controller]].


== Syntax ==
== Syntax ==
Line 15: Line 15:
The key combination derived from codes A and B will be assigned to controller cC.
The key combination derived from codes A and B will be assigned to controller cC.


A list of common keyboard assignments can be found in the [[Setting Up Keyboard Shortcuts]] topic.
A list of common keyboard assignments can be found in the [[AGIWiki/Setting Up Keyboard Shortcuts]] topic.


== Example ==
== Example ==


<syntax type = "C++">
<syntaxhighlight lang="cpp">
set.key(0, 59, c1);  //F1 to controller 1  
set.key(0, 59, c1);  //F1 to controller 1  
set.key(9, 0, c2);  //Tab key to controller 2
set.key(9, 0, c2);  //Tab key to controller 2
</syntax>
</syntaxhighlight>


== Technical Information ==
== Technical Information ==
TrustedUser
2,147

edits

Navigation menu