Loading...
Searching...
No Matches
CAPI_ScrollEvent.h File Reference

Overview

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.
 

Function Documentation

◆ ulCreateScrollEvent()

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.

◆ ulDestroyScrollEvent()

ULExport void ulDestroyScrollEvent ( ULScrollEvent evt)

Destroy a scroll event.

Go to the source code of this file.