Closed oxysoft closed 1 month ago
Currently this does not work
a = ImVec2(0, 0) b = ImVec2(1, 1) c = a + b
Overloaded operators for vector operations would be amazing and crucial for building more complex applications!
Hello,
Those operators were defined, but not made explicit in the stub file, so that your IDE may warn about this. They are now declared in the stubs.
Currently this does not work
Overloaded operators for vector operations would be amazing and crucial for building more complex applications!