Tizen Native API

Configuration for softcursor.

Functions

void elm_config_softcursor_mode_set (Elm_Softcursor_Mode mode)
 Sets the mode used for software provided mouse cursors inline with the window canvas.
Elm_Softcursor_Mode elm_config_softcursor_mode_get (void)
 Gets the software cursor mode.

Typedefs

typedef enum _Elm_Softcursor_Mode Elm_Softcursor_Mode
 Enumeration of Elm Softcursor Mode.

Typedef Documentation

Enumeration of Elm Softcursor Mode.

Since (EFL) :
1.7

Enumeration Type Documentation

Enumeration of Elm Softcursor Mode.

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

Gets the software cursor mode.

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

Sets the mode used for software provided mouse cursors inline with the window canvas.

Since (EFL) :
1.7
Since :
2.3.1
Remarks:
A software rendered cursor can be provided for rendering inline inside the canvas window in the event that the native display system does not provide one or the native one is not needed.
Parameters:
[in]modeThe mode used for software cursor
See also:
elm_config_softcursor_mode_get()