Description

A struct that expresses a click in elementary.

Since 1.23

Fields

  • repeated - The amount of how often the clicked event was repeated in a certain amount of time
  • button - The Button that is pressed

Signature

struct Efl.Input.Clickable_Clicked {
    repeated: uint;
    button: uint;
}

C signature

typedef struct _Efl_Input_Clickable_Clicked {
    unsigned int repeated;
    unsigned int button;
} Efl_Input_Clickable_Clicked;