onMouseWheel
Default mainpageApplicationApplicationonMouseWheel
Description Source Call Graph
Application::onMouseWheel ( Public Method )
Author: Don Olmstead
Mouse wheel moved callback of the application
 
Syntax / parameters
virtual void onMouseWheel(int wheel, int direction, int x, int y)

Name Type Default Description
wheel int
  The mouse wheel moved
direction int
  The direction it was moved
x int
  The x coordinate of the mouse relative to the window The y coordinate of the mouse relative to the window
y int
   
 
Return value virtual void
   
Description
Mouse wheel moved callback of the application
 
Source
The documentation for this Member was generated from the following files:
  • Application.cpp
  • Application.hpp