GLWindow.sendScrollEvent

Notify a window about a scroll event. A scroll signal holding the event coordinates will be emitted.

class GLWindow
void
sendScrollEvent
(
double posx
,
double posy
,
double deltaX
,
double deltaY
)

Parameters

posx double

x position of the mouse cursor

posy double

y position of the mouse cursor

deltaX double

the x offset of the scroll event

deltaY double

the y offset of the scroll event