This website requires JavaScript.
Explore
Help
Register
Sign In
chris
/
godot_osc_demo
Watch
1
Star
0
Fork
You've already forked godot_osc_demo
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
eaac73ab2e
godot_osc_demo
/
toggle_button.gd
6 lines
98 B
GDScript3
Raw
Normal View
History
Unescape
Escape
Initial commit Signed-off-by: Christopher Arndt <chris@chrisarndt.de>
2023-11-02 05:22:31 +01:00
extends
Button
Some function signature cleanup Signed-off-by: Christopher Arndt <chris@chrisarndt.de>
2023-11-06 17:22:18 +01:00
func
recv_osc
(
msg_info
,
values
)
-
>
void
:
fix: string and blob parsing feat: pass argument values to callback as array Signed-off-by: Christopher Arndt <chris@chrisarndt.de>
2023-11-04 11:49:08 +01:00
set_pressed_no_signal
(
bool
(
values
[
0
]
)
)