nCine::ScrollEvent class

Information about a scroll event (mouse wheel, touchpad gesture, etc.)

Derived classes

class GlfwScrollEvent
Information about a GLFW scroll event.
class Qt5ScrollEvent
Information about a Qt5 scroll event.
class SdlScrollEvent
Information about an SDL scroll event.

Public variables

float x
Scroll offset on the X axis.
float y
Scroll offset on the Y axis.