REVERSE_SCROLLING
dz = (input->flags & REVERSE_SCROLLING)
dw = (input->flags & REVERSE_SCROLLING)
params[i].value = !!(input->flags & REVERSE_SCROLLING);
input->flags |= REVERSE_SCROLLING;
input->flags &= ~REVERSE_SCROLLING;