![]() |
Ultralight C++ API 1.3.0
|
#include <Ultralight/ScrollEvent.h>
Generic 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. | |
| int ultralight::ScrollEvent::delta_x |
Horizontal scroll amount.
| int ultralight::ScrollEvent::delta_y |
Vertical scroll amount.
| Type ultralight::ScrollEvent::type |
Scroll granularity type.