![]() |
Ultralight C++ API 1.4.0
|
#include <Ultralight/ScrollEvent.h>
Scroll event representing a change in scroll state.
Public Types | |
| enum | Type { kType_ScrollByPixel , kType_ScrollByPage } |
| The scroll event granularity type. More... | |
Public Attributes | |
| Type | type |
| Scroll granularity type. | |
| int | delta_x |
| Horizontal scroll amount. | |
| int | delta_y |
| Vertical scroll amount. | |
| enum Type |
| int delta_x |
Horizontal scroll amount.
| int delta_y |
Vertical scroll amount.
| Type type |
Scroll granularity type.