Added camera mode to c++

This commit is contained in:
2024-08-19 18:30:02 +03:00
parent 72beab0829
commit d1dc024353
7 changed files with 179 additions and 30 deletions

5
debug.py Normal file
View File

@@ -0,0 +1,5 @@
def release_mouse (event):
gdb.write("GDB/godot: Releasing mouse\n")
gdb.execute("call OS::get_singleton()->set_mouse_mode(0)")
gdb.events.stop.connect(release_mouse)
gdb.write("GDB/godot: installed release mouse for godot\n")