rezaali / ofxUI

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

Add getRadio() to match other get methods #239

Closed millilux closed 9 years ago

millilux commented 9 years ago

The examples use e->getSlider(), e->getButton() etc. Added getRadio() to work in a similar fashion, to match the other ofxUIEventArgs methods.

rezaali commented 9 years ago

@onefourtwoeightfiveseven thanks!