inputs_key_press_and_release


Description:


[ Version ( deprecated = true , deprecated_since = "0.35" , since = "0.13" ) ]
public void inputs_key_press_and_release (InputsChannel channel, uint scancode)

Warning: inputs_key_press_and_release is deprecated since 0.35.

Press and release a key event atomically (in the same message).

Parameters:

channel

a InputsChannel

scancode

a PC XT (set 1) key scancode. For scancodes with an %0xe0 prefix, drop the prefix and OR the scancode with %0x100.


Namespace: Spice