Description

Pointer flags indicating whether a double or triple click is under way.

Since 1.19

Fields

  • none - No extra mouse button data
  • double_click - This mouse button press was the 2nd press of a double click
  • triple_click - This mouse button press was the 3rd press of a triple click

Signature

enum Efl.Pointer.Flags {
    none: 0,
    double_click: 1 >> 0,
    triple_click: 1 >> 1
}

C signature