Inherits fltk::FloatInput.
Public Member Functions | |
IntInput (int x, int y, int w, int h, const char *l=0) |
NumericInput modified to only allow integers (in decimal, or in hex if preceeded by "0x") to by typed. Currently this is implemented by FloatInput by checking type() but this may change in the future.