Difference between revisions of "Event class Keyboard"

From Flowcode Help
Jump to navigationJump to search
(XML import of events update)
(XML import for latest events)
Line 10: Line 10:
 
==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 when a mapped key is released for the component
+
|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>''

Revision as of 16:15, 12 November 2013


<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