fltk::RepeatButton Class Reference
Inherits
fltk::Button.
List of all members.
Detailed Description
The callback is done when the user pushes the button down, and then after .5 second it is repeated 10 times a second, as long as the user is pointing at the button and holding it down.
|
Public Member Functions |
|
int | handle (int) |
|
| RepeatButton (int x, int y, int w, int h, const char *l=0) |