How can I get a reference to the window object in C++, similar to get_window().mouse_passthrough = true in GDScript?
|
|
4
|
23
|
May 10, 2025
|
Game as c++ engine module? Node inheritance and lifecycle
|
|
10
|
182
|
May 9, 2025
|
Hermetica: ~1100 hours project short report
|
|
9
|
861
|
April 30, 2025
|
Error printing on GDExtension
|
|
3
|
41
|
April 29, 2025
|
Setting up Godot with Xcode
|
|
0
|
27
|
April 25, 2025
|
Compile GDExtension in Visual Studio 2022
|
|
3
|
50
|
April 18, 2025
|
How do I completely remove the splash screen window, including the 1-second rectangle?
|
|
1
|
85
|
April 16, 2025
|
Issues building Godot source C++ with SCons; Unknown 'vsproj' variable
|
|
8
|
31
|
April 11, 2025
|
Godot-cpp: How to trigger `_redraw` of `EditorNode3DGizmoPlugin`
|
|
2
|
370
|
April 10, 2025
|
Can I minimize to the system tray? If not, how can I extend it? Maybe with C++?
|
|
1
|
41
|
April 3, 2025
|
C# bindings for custom c++ modules not appearing in IDE
|
|
1
|
31
|
March 28, 2025
|
I'm encountering issues with pointer deallocation when using C++ with GDExtension in Godot 4.4.
|
|
1
|
17
|
March 26, 2025
|
Is it possible to build GDExtension with the engine rather than as a dll?
|
|
1
|
42
|
March 18, 2025
|
How to specify custom constructor for C++ created classes
|
|
2
|
118
|
March 17, 2025
|
How to get local collision point coordinates if using PhysicsServer?
|
|
2
|
26
|
March 4, 2025
|
GDExtension C++ - managing RefCounted pointers
|
|
5
|
220
|
February 28, 2025
|
Hot reloading a GDExtension with a custom ScriptLanguageExtension crashes the editor
|
|
0
|
74
|
February 26, 2025
|
How can i receive and send rpc calls to another program to godot?
|
|
1
|
75
|
February 23, 2025
|
A minimal project with CMake?
|
|
0
|
25
|
February 21, 2025
|
Override static method defined in C++
|
|
0
|
33
|
February 19, 2025
|
GDExtension not working with custom STL container
|
|
5
|
72
|
February 19, 2025
|
Initializing already initialized RID
|
|
2
|
186
|
February 14, 2025
|
Some breakpoints work while others don’t when compiling in debug mode with VS C++
|
|
2
|
38
|
February 9, 2025
|
Image object initialization dose not behave as expected
|
|
2
|
12
|
February 2, 2025
|
How to handle await from GDScript override in Cpp
|
|
1
|
37
|
January 26, 2025
|
Static method from C++ class not being seen from GDScript class that extends it
|
|
0
|
78
|
January 26, 2025
|
What is an alternative way to print to the console in C++ while debugging?
|
|
0
|
103
|
January 25, 2025
|
Can I wire an Editor Timer's timeout callback to a C++ method?
|
|
4
|
47
|
January 25, 2025
|
Override _process/_physics_process while in C++ module
|
|
2
|
79
|
January 24, 2025
|
Compilation error in windows VSC++
|
|
5
|
26
|
January 23, 2025
|