mirror of
https://github.com/lihop/godot-xterm.git
synced 2024-11-10 04:40:25 +01:00
9bd17ec8dc
Former-commit-id: db8e674358
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)
|