Example:
auto api = fltkApiVersion();
if (api >= 10304) {
// Use features from FLTK 1.3.4+
}int fltkApiVersion() nothrow @nogc @trustedGets the FLTK API version.
Example:
auto api = fltkApiVersion();
if (api >= 10304) {
// Use features from FLTK 1.3.4+
}