Description

Software cursor mode.

Since 1.7

Fields

  • auto - Auto-detect if a software cursor should be used (default).
  • on - Always use a softcursor.
  • off - Never use a softcursor.

Signature

enum Efl.Ui.Softcursor_Mode {
    auto: 0,
    on,
    off
}

C signature

typedef enum {
    EFL_UI_SOFTCURSOR_MODE_AUTO = 0,
    EFL_UI_SOFTCURSOR_MODE_ON,
    EFL_UI_SOFTCURSOR_MODE_OFF
} Efl_Ui_Softcursor_Mode;