Skip to content

Desktop.SendKeyEvent

Name Mandatory Description Default Type
⬅️ Input The input of the shard, if any Int2
Output ➡️ The resulting output of the shard Int2
Window No None or a window variable if we wish to send the event only to a specific target window. none Var(Object)None

Sends the input key event.

The input of this shard will be a Int2.

  • The first integer will be 0 for Key down/push events and 1 for Key up/release events.
  • The second integer will the scancode of the key.