OSC:EOS SendKeyDown

From Moving Light Assistant
Revision as of 00:41, 18 March 2015 by Andyv wiki admin (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

EOS_SendKeyDown( key )

key is a string.

This function will send a key down to the console. If you want to send a button push (down and up), you should use the EOS_SendKey function. The key will remain held down until you send an key up or send an OSC Reset EOS_SendOSCReset.

The name of the key generally matches the physical button on the console, but their are some exceptions. NOTE: for a list of supported key names, look in the magic sheet editor select "Console Button" magic sheet item, and see the list of Hard Keys options.

Example.

OSC:EOS_SendKeyDown("Data")

This would hold down the Data key on the console.