IEventHandler.mouseWheel

Returns in which direction the user is turning the mouse wheel. 1 - down, -1 - up, 0 - does not twist.

This iteration is convenient for multiplying with some real movement coefficient.

interface IEventHandler
@safe @property
int
mouseWheel
()

Meta