Contents

TwMouseWheel (function)

int TwMouseWheel(int pos)

Description

Call this function to inform AntTweakBar that the mouse wheel has been used.

AntTweakBar interprets this event and acts consequently. So TwMouseWheel has to be called each time your app receives a mouse wheel event that is not handled directly by your app.

If you are using SDL, GLUT, GLFW or Windows (DirectX), the library provides some helper functions to handle events. See the section how to integrate for more details.

Parameters

pos

The new position of the wheel.

Return value

See also

TwMouseButton, TwMouseMotion, TwKeyPressed, How to integrate