Searched refs:buttons (Results 1 – 11 of 11) sorted by relevance
82 std::set<int> buttons; in decodeButtons() local84 if (val & (1 << 0)) buttons.insert(AKEYCODE_BUTTON_A); // NAV in decodeButtons()85 if (val & (1 << 1)) buttons.insert(AKEYCODE_BUTTON_B); // TEL in decodeButtons()86 if (val & (1 << 2)) buttons.insert(AKEYCODE_MUSIC); // MEDIA in decodeButtons()87 if (val & (1 << 3)) buttons.insert(AKEYCODE_MENU); // MENU in decodeButtons()88 if (val & (1 << 4)) buttons.insert(AKEYCODE_BACK); // BACK in decodeButtons()89 if (val & (1 << 5)) buttons.insert(AKEYCODE_ENTER); // ENC-PUSH in decodeButtons()90 if (val & (1 << 8)) buttons.insert(AKEYCODE_DPAD_UP); // DPAD-UP in decodeButtons()91 if (val & (1 << 9)) buttons.insert(AKEYCODE_DPAD_DOWN); // DPAD-DOWN in decodeButtons()92 if (val & (1 << 10)) buttons.insert(AKEYCODE_DPAD_LEFT); // DPAD-LEFT in decodeButtons()[all …]
59 let buttons = [];62 buttons.push(ele);64 buttons = document.getElementsByClassName(button_id_class);66 for (var button of buttons) {
88 /* Control panel buttons and device screen(s). */143 #control-panel-custom-buttons {145 /* Give the custom buttons column a blue background. */
26 buttons {109 buttons {
145 /* Control panel buttons and device screen(s). */289 #control-panel-custom-buttons {291 /* Give the custom buttons column a blue background. */
73 config.buttons.push_back( in GetCustomActionServerConfigFromJson()134 for (const auto& button : custom_action.buttons) { in ToJson()
51 std::vector<ControlPanelButton> buttons; member
64 button (next to volume buttons near the USB-A ports). While
319 for (const auto& button : custom_action.buttons) { in main()
1268 escc_sunmouse_event(int dx, int dy, int buttons_state) "dx=%d dy=%d buttons=0x%01x"