bool getOption(Option opt)
Gets an FLTK option value.
opt
Example:
if (getOption(Option.VISIBLE_FOCUS)) { writeln("Visible focus is enabled"); }