Home
last modified time | relevance | path

Searched refs:BUTTON2_TRIPLE_CLICKED (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/coreboot/payloads/libpayload/curses/PDCurses/
H A Dcurses.h166 #define BUTTON2_TRIPLE_CLICKED 0x00000200L macro
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/
Dcurses.h1514 #define BUTTON2_TRIPLE_CLICKED NCURSES_MOUSE_MASK(2, NCURSES_TRIPLE_CLICKED) macro
Dncurses.h1514 #define BUTTON2_TRIPLE_CLICKED NCURSES_MOUSE_MASK(2, NCURSES_TRIPLE_CLICKED) macro
/aosp_15_r20/external/coreboot/payloads/libpayload/curses/
H A Dcurses.h1519 #define BUTTON2_TRIPLE_CLICKED NCURSES_MOUSE_MASK(2, NCURSES_TRIPLE_CLICKED) macro
/aosp_15_r20/external/python/cpython2/Modules/
D_cursesmodule.c2893 SetDictInt("BUTTON2_TRIPLE_CLICKED", BUTTON2_TRIPLE_CLICKED); in init_curses()
/aosp_15_r20/external/python/cpython3/Modules/
D_cursesmodule.c4879 SetDictInt("BUTTON2_TRIPLE_CLICKED", BUTTON2_TRIPLE_CLICKED); in PyInit__curses()