We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexProgramming Questions & HelpOther Libraries › Detecting Rollover in controlP5
Page Index Toggle Pages: 1
Detecting Rollover in controlP5 (Read 764 times)
Detecting Rollover in controlP5
Jul 21st, 2009, 1:19pm
 
I'm using MultiLists in controlP5. Is there any way I can detect which MultiListButton a user is rolling over? I'd like the user to be able to browse the list and see some values as they rollover each button without actually having to click on anything, so I just need some type of identifier such as a rollover boolean or the MultiListButton value. Any help would be appreciated!
Re: Detecting Rollover in controlP5
Reply #1 - Jul 31st, 2009, 9:21am
 
controlP5.window(this).isMouseOver() == true
Page Index Toggle Pages: 1