Tizen Native API  4.0

Configuration for softcursor.

Functions

void elm_config_softcursor_mode_set (Elm_Softcursor_Mode mode)
Elm_Softcursor_Mode elm_config_softcursor_mode_get (void)

Typedefs

typedef enum _Elm_Softcursor_Mode Elm_Softcursor_Mode

Typedef Documentation

Since (EFL) :
1.7

Enumeration Type Documentation

Enumerator:
ELM_SOFTCURSOR_MODE_AUTO 

Auto-detect if a software cursor should be used (default)

ELM_SOFTCURSOR_MODE_ON 

Always use a softcursor

ELM_SOFTCURSOR_MODE_OFF 

Never use a softcursor


Function Documentation

Get the software cursor mode

Returns:
The mode used for software cursors
See also:
elm_config_softcursor_mode_set()
Since (EFL) :
1.7
Since :
2.3

Set the mode used for software provided mouse cursors inline in the window canvas.

A software rendered cursor can be provided for rendering inline inside the canvas windows in the event the native display system does not provide one or the native one is not wanted.

Parameters:
lonpress_timeoutTimeout for long press event
See also:
elm_config_softcursor_mode_get()
Since (EFL) :
1.7
Since :
2.3