Variable InputEventAction.delta

The discrete change of the action's analog inputs, e.g. mouse wheel, mouse motion, joystick motion, etc.

class InputEventAction
{
  // ...
  gfm.math.vector.Vector!(double,2) delta = Vector([0.0, 0.0], , );
  // ...
}