Game.onMouseWheel

Event called on mouse wheel action.

class Game
extern (C) nothrow
void
onMouseWheel
(
GLFWwindow* window
,
double xoffset
,
double yoffset
)

Meta