Function Listener.isCurrent
Returns true
if the listener was made current using makeCurrent
, false
otherwise.
Note: There may be more than one Listener marked as "current" in the scene tree, but only the one that was made current last will be used.
bool isCurrent() nothrow @nogc const;