inputs_key_press


Description:


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

Warning: inputs_key_press is deprecated since 0.35.

Press a key.

Note:

use key_press instead.

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