Ultralight C API 1.4.0
|
Scroll event interface.
#include <Ultralight/CAPI/CAPI_ScrollEvent.h>
This file defines the C API for scroll events.
Functions | |
ULExport ULScrollEvent | ulCreateScrollEvent (ULScrollEventType type, int delta_x, int delta_y) |
Create a scroll event, see ScrollEvent in the C++ API for help using this function. | |
ULExport void | ulDestroyScrollEvent (ULScrollEvent evt) |
Destroy a scroll event. | |
ULExport ULScrollEvent ulCreateScrollEvent | ( | ULScrollEventType | type, |
int | delta_x, | ||
int | delta_y ) |
Create a scroll event, see ScrollEvent in the C++ API for help using this function.
ULExport void ulDestroyScrollEvent | ( | ULScrollEvent | evt | ) |
Destroy a scroll event.