885
edits
m (→Data types) |
m |
||
Line 1: | Line 1: | ||
{{AGIWiki}} | {{AGIWiki}} | ||
''This article refers Controllers as part of an AGI game. For information about the controller command, see [[AGIWiki/ | ''This article refers Controllers as part of an AGI game. For information about the controller-command, see [[AGIWiki/controller|controller]].'' | ||
Controllers are used by AGI to take specific actions based on menu selections or keyboard input, such as pressing function keys, or control key combinations. There are 50 controllers available to AGI, numbered 0 to 49. Controllers can be assigned to keyboard combinations (using the [[AGIWiki/set.key|set.key]] command), or to menu items (using the [[AGIWiki/set.menu.item|set.menu.item]] command). | Controllers are used by AGI to take specific actions based on menu selections or keyboard input, such as pressing function keys, or control key combinations. There are 50 controllers available to AGI, numbered 0 to 49. Controllers can be assigned to keyboard combinations (using the [[AGIWiki/set.key|set.key]] command), or to menu items (using the [[AGIWiki/set.menu.item|set.menu.item]] command). |
edits