GluiInput.mouseImpl

Handle mouse input.

Only one node can run its inputImpl callback per frame, specifically, the last one to register its input. This is to prevent parents or overlapping children to take input when another node is drawn on them.

class GluiInput(Parent : GluiNode)
protected abstract
void
mouseImpl
()

Meta