Skip to main content
Version: 20 Mar 2024

MLWebViewCursorState

Module: WebView

Struct to define the cursor's state. More...

#include <ml_webview.h>

Public Attributes

TypeName
uint32_tversion
uint32_tx_position
uint32_ty_position
MLWebViewEventFlagsmodifiers

Detailed Description

struct MLWebViewCursorState;

Struct to define the cursor's state.

This structure must be initialized by calling MLWebViewCursorStateInit before use.

API Level:

  • 20

Public Attributes Documentation

version

uint32_t version;

x_position

uint32_t x_position;

Horizontal position of the cursor.


y_position

uint32_t y_position;

Vertical position of the cursor.


modifiers

MLWebViewEventFlags modifiers;
TypeDescription
MLWebViewEventFlagsFlags to set special key states during input.

Should be one or combination of MLWebViewEventFlags.