Andrei Thomaz
Andrei Thomaz
I was trying to understand why CTRL + Click was not working on sliders, when I looked at BaseEngine. I think onKeyPressed should look like: ``` void BaseEngine::onKeyPressed(ofKeyEventArgs& event) {...
Hello, I made some changes regarding loading textures for use in bottoms, so images don't need to have an alpha channel. Best, Andrei BasEngine.h // mode can be GL_RGB GLuint...
Dear @Fr0stbyteR , First of all, thanks for developing this project, it looks great. I am browsing the source code, and trying to figure out how to use JS Patcher...