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
typedef enum _Elm_Softcursor_Mode Elm_Softcursor_Mode |
Enumeration of Elm Softcursor Mode.
- Since (EFL) :
- 1.7
Enumeration Type Documentation
enum _Elm_Softcursor_Mode |
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()
void elm_config_softcursor_mode_set | ( | Elm_Softcursor_Mode | mode | ) |
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] mode The mode used for software cursor
- See also:
- elm_config_softcursor_mode_get()