Skip to content

MTY_ScrollEvent

chrisd1100 edited this page Aug 25, 2022 · 1 revision

Scroll event.

typedef struct {
    int32_t x;
    int32_t y;
    bool    pixels;
} MTY_ScrollEvent;

Members

x (int32_t)

Horizontal scroll value.

y (int32_t)

Vertical scroll value.

pixels (bool)

The scroll values are expressed in exact pixels.

See also

Module: App

Clone this wiki locally