Difference between revisions of "Event class Keyboard"

From Flowcode Help
Jump to navigationJump to search
(XML import)
 
(XML import API changes)
Line 13: Line 13:
 
|-
 
|-
 
|width="35%"|[[Event Keyboard.KeyMapUp|KeyMapUp]]
 
|width="35%"|[[Event Keyboard.KeyMapUp|KeyMapUp]]
|Sent to find out how many keys it is possible to map to the component during simulation
+
|Sent when a mapped key is released for the component
 
|-
 
|-
 
|width="35%"|[[Event Keyboard.MappingKeys|MappingKeys]]
 
|width="35%"|[[Event Keyboard.MappingKeys|MappingKeys]]

Revision as of 12:23, 14 May 2013

No additional information

See the individual events for details of how to use this event class

Events provided for this class

KeyMapDown Sent when a mapped key is pressed for the component
KeyMapUp Sent when a mapped key is released for the component
MappingKeys Sent to find out how many keys it is possible to map to the component during simulation

See also

No additional information