views:

232

answers:

0

I'm working on an FLTK application and I need to have a callback for a fl_input element called whenever the value changes. I have been able to get it to work when the user changes focus but not as they are typing. What is the best way to do this?

Thanks,