rezaali / ofxUI

[DEPRECATED] UI Addon for openFrameworks
http://www.syedrezaali.com/#/ofxui-project-showcase/
518 stars 202 forks source link

ofxUIImage does not fire mouse events #238

Open acarreras opened 9 years ago

acarreras commented 9 years ago

ofxUIImage doesn't fire mouse events!

A ofxUICanvas with some ofxUIImage and a listener ofAddListener(gui->newGUIEvent,this,&ofApp::guiEvent);

When clicking inside a ofxUIImage drawn on screen no EVENT is fired.

Can this behaviour be included? I will be usefull to let users select images.