Ben Kuper
Ben Kuper
Discussion on the forum about this here : https://forum.juce.com/t/duplicate-events-when-using-addmouselistener-this/64201/10 This adds support for a component to listen for mouse event with proper propagation and "originalComponent" assignation to both itself and...
This PR adds more operators to be able to use +, - and * and / for both numbers and Vector3D. One exception is the * for vector 3d as...
### Detailed steps on how to reproduce the bug - Create a DynamicObject A - set it a property "valueA" = 1 - Create a script and use registerNativeObject to...
Hello, I've been using your wonderful interpreter on ESP32 with success, and i'm trying to integrate it now in a JUCE C++ project. Most things seem to work fine except...