Ultralight C API 1.3.0
Loading...
Searching...
No Matches
CAPI_ScrollEvent.h File Reference

Go to the source code of this file.

Functions

ULExport ULScrollEvent ulCreateScrollEvent (ULScrollEventType type, int delta_x, int delta_y)
 Create a scroll event,.
 
ULExport void ulDestroyScrollEvent (ULScrollEvent evt)
 Destroy a scroll event.
 

Function Documentation

◆ ulCreateScrollEvent()

ULExport ULScrollEvent ulCreateScrollEvent ( ULScrollEventType  type,
int  delta_x,
int  delta_y 
)

Create a scroll event,.

See also
ScrollEvent for help using this function.

◆ ulDestroyScrollEvent()

ULExport void ulDestroyScrollEvent ( ULScrollEvent  evt)

Destroy a scroll event.