mirror of
https://github.com/lihop/godot-xterm.git
synced 2024-11-14 06:20:25 +01:00
7 lines
135 B
GDScript
7 lines
135 B
GDScript
extends Node
|
|
|
|
|
|
|
|
func _on_Terminal_key_pressed(event: InputEventKey, data: PoolByteArray):
|
|
print(data as Array)
|
|
print(event.scancode)
|