[Win32Lib] button "stobe"?
- Posted by Dan Moyer <DANIELMOYER at prodigy.net> Jul 09, 2002
- 452 views
Is there some way to get a button to "strobe" on being clicked? I mean such that if a user clicks on a button & holds it down, a recurring event can be discerned by the program & responded to, like when you click on a scroll button. I tried onClick & onMouse( for event LEFT_DOWN ), but neither worked for me. Dan Moyer