Exemple #1
0
void CameraUi::mouseWheel( app::MouseEvent &event )
{
	mouseWheel( event.getWheelIncrement() );
	event.setHandled();
}