Searched refs:pressed (Results 1 - 11 of 11) sorted by relevance

/xsrc/external/mit/xkill/dist/
H A Dxkill.c83 " -button number specific button to be pressed to select window\n"
267 int pressed = 0; /* count of number of buttons pressed */ local in function:get_window_id
294 while (retwin == None || pressed != 0) {
306 pressed++;
309 if (pressed > 0) pressed--;
/xsrc/external/mit/xorg-server.old/dist/hw/xquartz/
H A DdarwinEvents.c137 static void DarwinPressModifierKey(int pressed, int key) { argument
145 DarwinSendKeyboardEvents(pressed, keycode);
169 int pressed, // KeyPress or KeyRelease
189 DarwinPressModifierKey(pressed, key);
168 DarwinUpdateModifiers(int pressed,int flags) argument
/xsrc/external/mit/xorg-server/dist/hw/xquartz/
H A DdarwinEvents.c143 DarwinPressModifierKey(int pressed, int key) argument
152 DarwinSendKeyboardEvents(pressed, keycode);
177 DarwinUpdateModifiers(int pressed, // KeyPress or KeyRelease argument
198 DarwinPressModifierKey(pressed, key);
/xsrc/local/programs/x11-ssh-askpass/
H A Dx11-ssh-askpass.c925 if ((button.w3.shadowThickness <= 0) && (button.pressed)) {
937 if ((button.w3.shadowThickness > 0) && (button.pressed)) {
944 if (button.pressed) {
956 if ((button.w3.shadowThickness > 0) && (button.pressed)) {
973 if ((button.w3.shadowThickness <= 0) && (button.pressed)) {
1363 d->okButton.pressed = True;
1367 d->cancelButton.pressed = True;
1377 if (d->okButton.pressed) {
1378 d->okButton.pressed = False;
1386 if (d->cancelButton.pressed) {
[all...]
H A Dx11-ssh-askpass.h99 Bool pressed; member in struct:__anon7bedf7b40408
/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_widgets.cpp414 bool pressed = false; local in function:ImGui::ButtonBehavior
421 // Special mode for Drag and Drop where holding button pressed for a long time while dragging another item triggers the button
429 pressed = true;
461 pressed = true;
471 pressed = true;
478 pressed = true;
481 if (pressed)
495 pressed = true;
510 if (pressed)
525 pressed
568 bool pressed = ButtonBehavior(bb, id, &hovered, &held, flags); local in function:ImGui::ButtonEx
597 bool pressed = ButtonEx(label, ImVec2(0, 0), ImGuiButtonFlags_AlignTextBaseLine); local in function:ImGui::SmallButton
621 bool pressed = ButtonBehavior(bb, id, &hovered, &held); local in function:ImGui::InvisibleButton
644 bool pressed = ButtonBehavior(bb, id, &hovered, &held, flags); local in function:ImGui::ArrowButtonEx
673 bool pressed = ButtonBehavior(bb, id, &hovered, &held); local in function:ImGui::CloseButton
699 bool pressed = ButtonBehavior(bb, id, &hovered, &held, ImGuiButtonFlags_None); local in function:ImGui::CollapseButton
893 bool pressed = ButtonBehavior(bb, id, &hovered, &held); local in function:ImGui::ImageButton
925 bool pressed = ButtonBehavior(total_bb, id, &hovered, &held); local in function:ImGui::Checkbox
953 bool pressed = Checkbox(label, &v); local in function:ImGui::CheckboxFlags
990 bool pressed = ButtonBehavior(total_bb, id, &hovered, &held); local in function:ImGui::RadioButton
1018 const bool pressed = RadioButton(label, *v == v_button); local in function:ImGui::RadioButton
1306 bool pressed = ButtonBehavior(frame_bb, id, &hovered, &held); local in function:ImGui::BeginCombo
4429 bool pressed = ButtonBehavior(bb, id, &hovered, &held); local in function:ImGui::ColorButton
4828 bool pressed = ButtonBehavior(interact_bb, id, &hovered, &held, button_flags); local in function:ImGui::TreeNodeBehavior
5077 bool pressed = ButtonBehavior(bb, id, &hovered, &held, button_flags); local in function:ImGui::Selectable
5601 bool pressed; local in function:ImGui::BeginMenu
5756 bool pressed; local in function:ImGui::MenuItem
6454 bool pressed = ButtonBehavior(bb, id, &hovered, &held, button_flags); local in function:ImGui::TabItemEx
[all...]
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_widgets.cpp414 bool pressed = false; local in function:ImGui::ButtonBehavior
421 // Special mode for Drag and Drop where holding button pressed for a long time while dragging another item triggers the button
429 pressed = true;
461 pressed = true;
471 pressed = true;
478 pressed = true;
481 if (pressed)
495 pressed = true;
510 if (pressed)
525 pressed
568 bool pressed = ButtonBehavior(bb, id, &hovered, &held, flags); local in function:ImGui::ButtonEx
597 bool pressed = ButtonEx(label, ImVec2(0, 0), ImGuiButtonFlags_AlignTextBaseLine); local in function:ImGui::SmallButton
621 bool pressed = ButtonBehavior(bb, id, &hovered, &held); local in function:ImGui::InvisibleButton
644 bool pressed = ButtonBehavior(bb, id, &hovered, &held, flags); local in function:ImGui::ArrowButtonEx
673 bool pressed = ButtonBehavior(bb, id, &hovered, &held); local in function:ImGui::CloseButton
699 bool pressed = ButtonBehavior(bb, id, &hovered, &held, ImGuiButtonFlags_None); local in function:ImGui::CollapseButton
893 bool pressed = ButtonBehavior(bb, id, &hovered, &held); local in function:ImGui::ImageButton
925 bool pressed = ButtonBehavior(total_bb, id, &hovered, &held); local in function:ImGui::Checkbox
953 bool pressed = Checkbox(label, &v); local in function:ImGui::CheckboxFlags
990 bool pressed = ButtonBehavior(total_bb, id, &hovered, &held); local in function:ImGui::RadioButton
1018 const bool pressed = RadioButton(label, *v == v_button); local in function:ImGui::RadioButton
1306 bool pressed = ButtonBehavior(frame_bb, id, &hovered, &held); local in function:ImGui::BeginCombo
4429 bool pressed = ButtonBehavior(bb, id, &hovered, &held); local in function:ImGui::ColorButton
4828 bool pressed = ButtonBehavior(interact_bb, id, &hovered, &held, button_flags); local in function:ImGui::TreeNodeBehavior
5077 bool pressed = ButtonBehavior(bb, id, &hovered, &held, button_flags); local in function:ImGui::Selectable
5601 bool pressed; local in function:ImGui::BeginMenu
5756 bool pressed; local in function:ImGui::MenuItem
6454 bool pressed = ButtonBehavior(bb, id, &hovered, &held, button_flags); local in function:ImGui::TabItemEx
[all...]
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/input/
H A Dlnx-keyboard.c623 int pressed = *scanCode & 0x80; local in function:kbdLinuxPrefixMapping
653 *scanCode = code | (pressed ? 0x80 : 0x00);
/xsrc/external/mit/xorg-server.old/dist/hw/xquartz/pbproxy/
H A Dx-selection.m45 * X11 Edit->Copy menu item is pressed or the shortcut activated. In this
/xsrc/external/mit/xorg-server/dist/hw/xquartz/pbproxy/
H A Dx-selection.m47 * X11 Edit->Copy menu item is pressed or the shortcut activated. In this
/xsrc/external/mit/ctwm/dist/doc/manual/
H A Dctwm.1.adoc205 invoked when keyboard and pointer buttons are pressed in
2169 pressed within them:
2223 be pressed, over which parts of the screen the pointer must be, and what
2976 window will be displayed until a pointer button is pressed or the

Completed in 26 milliseconds