Difference between revisions of "Event class Keyboard"

From Flowcode Help
Jump to navigationJump to search
(XML import)
 
(XML import)
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
+
<sidebar>Event Contents</sidebar>
 
''<span style="color:red;">No additional information</span>''
 
''<span style="color:red;">No additional information</span>''
  
Line 8: Line 8:
 
==Events provided for this class==
 
==Events provided for this class==
 
{|
 
{|
 +
|-
 +
|width="35%"|[[Event Keyboard.ButtonName|ButtonName]]
 +
|Sent to give a meaningful name to a button on a simulated mouse-click
 
|-
 
|-
 
|width="35%"|[[Event Keyboard.KeyMapDown|KeyMapDown]]
 
|width="35%"|[[Event Keyboard.KeyMapDown|KeyMapDown]]
|Sent when a mapped key is pressed for the component
+
|Post when a mapped key is pressed for the component
 
|-
 
|-
 
|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
+
|Post when a mapped key is released for the component
 
|-
 
|-
 
|width="35%"|[[Event Keyboard.MappingKeys|MappingKeys]]
 
|width="35%"|[[Event Keyboard.MappingKeys|MappingKeys]]
 
|Sent to find out how many keys it is possible to map to the component during simulation
 
|Sent to find out how many keys it is possible to map to the component during simulation
 +
|-
 +
|width="35%"|[[Event Keyboard.MappingName|MappingName]]
 +
|Sent to give a meaningful name to a custom key-map event for a component
 
|}
 
|}
  
 
==See also==
 
==See also==
 
''<span style="color:red;">No additional information</span>''
 
''<span style="color:red;">No additional information</span>''

Latest revision as of 15:59, 16 January 2014

<sidebar>Event Contents</sidebar> No additional information

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

Events provided for this class

ButtonName Sent to give a meaningful name to a button on a simulated mouse-click
KeyMapDown Post when a mapped key is pressed for the component
KeyMapUp Post 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
MappingName Sent to give a meaningful name to a custom key-map event for a component

See also

No additional information