mirror of
https://github.com/thegatesbrowser/thegates.git
synced 2025-08-30 02:16:59 -04:00
gate is not responding
This commit is contained in:
parent
83406350c0
commit
4fc2d7aeb9
7 changed files with 77 additions and 19 deletions
|
@ -4,6 +4,7 @@ class_name CommandEvents
|
|||
signal send_filehandle(filehandle_path: String)
|
||||
signal ext_texture_format(format: RenderingDevice.DataFormat)
|
||||
signal set_mouse_mode(mode: int)
|
||||
signal heartbeat()
|
||||
|
||||
|
||||
func send_filehandle_emit(filehandle_path: String) -> void:
|
||||
|
@ -16,3 +17,7 @@ func ext_texture_format_emit(format: RenderingDevice.DataFormat) -> void:
|
|||
|
||||
func set_mouse_mode_emit(mode: int) -> void:
|
||||
set_mouse_mode.emit(mode)
|
||||
|
||||
|
||||
func heartbeat_emit() -> void:
|
||||
heartbeat.emit()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue