Table of Contents

Description

A struct that expresses a click in elementary.

Since 1.23

Fields

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;