Description

Efl UI flip interaction mode used by Efl.Ui.Flip.interaction.

Fields

  • none - No interaction.
  • rotate - Rotate interaction.
  • cube - Cube interaction.
  • page - Page interaction.

Signature

enum Efl.Ui.Flip_Interaction {
    none: 0,
    rotate,
    cube,
    page
}

C signature

typedef enum {
    EFL_UI_FLIP_INTERACTION_NONE = 0,
    EFL_UI_FLIP_INTERACTION_ROTATE,
    EFL_UI_FLIP_INTERACTION_CUBE,
    EFL_UI_FLIP_INTERACTION_PAGE
} Efl_Ui_Flip_Interaction;