Home
last modified time | relevance | path

Searched defs:button_id (Results 1 – 25 of 137) sorted by relevance

123456

/dports/games/jinput/jinput-bf22dd975bbba31f01895332255b63df376894e6/plugins/OSX/src/main/java/net/java/games/input/
H A DButtonUsage.java45 private final int button_id; field in ButtonUsage
47 public final static ButtonUsage map(int button_id) { in map()
57 private ButtonUsage(int button_id) { in ButtonUsage()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/views/
H A Dbubble_menu_item_factory.cc22 void ConfigureBubbleMenuItem(views::Button* button, int button_id) { in ConfigureBubbleMenuItem()
35 int button_id, in CreateBubbleMenuItem()
53 int button_id, in CreateBubbleMenuItem()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/device/vr/openvr/
H A Dopenvr_gamepad_helper.cc32 vr::EVRButtonId button_id, in TryGetGamepadButton()
86 vr::EVRButtonId button_id = GetAxisId(j); in GetAxesButtons() local
110 vr::EVRButtonId button_id = GetAxisId(j); in GetAxesButtons() local
245 vr::EVRButtonId button_id, in TryGetAxesOrTriggerButton()
262 vr::EVRButtonId button_id = axes_data_pair.first; in TryGetNextUnusedButtonOfType() local
276 base::Optional<GamepadButton> TryGetButton(vr::EVRButtonId button_id) { in TryGetButton()
296 bool IsUsed(vr::EVRButtonId button_id) { in IsUsed()
301 bool IsInAxesData(vr::EVRButtonId button_id) { in IsInAxesData()
/dports/games/gemrb/gemrb-0.9.0/gemrb/GUIScripts/
H A DGUIOPTControls.py60 def OptRadio (action, window, button_id, label_id, variable, value): argument
77 def OptCheckbox (winhelp, ctlhelp, help_ta, window, button_id, label_id, label_strref, variable, ha… argument
102 def OptButton (action, window, button_id, button_strref): argument
109 def OptDone (action, window, button_id): argument
120 def OptCancel (action, window, button_id): argument
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/wx/lib/agw/ribbon/
H A Dbuttonbar.py293 def AddSimpleButton(self, button_id, label, bitmap, help_string, kind=RIBBON_BUTTON_NORMAL): argument
411 def AddDropdownButton(self, button_id, label, bitmap, help_string=""): argument
429 def InsertDropdownButton(self, pos, button_id, label, bitmap, help_string=""): argument
450 def AddToggleButton(self, button_id, label, bitmap, help_string=""): argument
468 def InsertToggleButton(self, pos, button_id, label, bitmap, help_string=""): argument
489 def AddHybridButton(self, button_id, label, bitmap, help_string=""): argument
507 def InsertHybridButton(self, pos, button_id, label, bitmap, help_string=""): argument
600 def DeleteButton(self, button_id): argument
622 def EnableButton(self, button_id, enable=True): argument
649 def ToggleButton(self, button_id, checked=True): argument
[all …]
/dports/games/jinput/jinput-bf22dd975bbba31f01895332255b63df376894e6/plugins/linux/src/main/java/net/java/games/input/
H A DLinuxJoystickButton.java50 public LinuxJoystickButton(Component.Identifier button_id) { in LinuxJoystickButton()
51 super(button_id.getName(), button_id); in LinuxJoystickButton() local
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/ribbon/
H A Dbuttonbar.cpp351 int button_id, in AddButton()
362 int button_id, in AddDropdownButton()
372 int button_id, in AddToggleButton()
382 int button_id, in AddHybridButton()
392 int button_id, in AddButton()
407 int button_id, in InsertButton()
501 int button_id, in InsertButton()
513 int button_id, in InsertDropdownButton()
524 int button_id, in InsertToggleButton()
535 int button_id, in InsertHybridButton()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/views/frame/
H A Ddesktop_linux_browser_frame_view_layout.cc14 views::FrameButton button_id, in CaptionButtonY()
36 views::FrameButton button_id, in GetWindowCaptionSpacing()
H A Dopaque_browser_frame_view_layout.cc183 int OpaqueBrowserFrameViewLayout::CaptionButtonY(views::FrameButton button_id, in CaptionButtonY()
203 views::FrameButton button_id, in GetWindowCaptionSpacing()
373 void OpaqueBrowserFrameViewLayout::ConfigureButton(views::FrameButton button_id, in ConfigureButton()
403 void OpaqueBrowserFrameViewLayout::HideButton(views::FrameButton button_id) { in HideButton()
419 views::FrameButton button_id, in SetBoundsForButton()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/assistant/ui/base/
H A Dassistant_button.cc37 AssistantButtonId button_id) in AssistantButton()
68 AssistantButtonId button_id, in Create()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/ribbon/
H A Dbuttonbar.cpp233 int button_id, in AddButton()
244 int button_id, in AddDropdownButton()
254 int button_id, in AddToggleButton()
264 int button_id, in AddHybridButton()
274 int button_id, in AddButton()
289 int button_id, in InsertButton()
408 int button_id, in InsertButton()
420 int button_id, in InsertDropdownButton()
431 int button_id, in InsertToggleButton()
442 int button_id, in InsertHybridButton()
[all …]
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/ribbon/
H A Dbuttonbar.cpp233 int button_id, in AddButton()
244 int button_id, in AddDropdownButton()
254 int button_id, in AddToggleButton()
264 int button_id, in AddHybridButton()
274 int button_id, in AddButton()
289 int button_id, in InsertButton()
408 int button_id, in InsertButton()
420 int button_id, in InsertDropdownButton()
431 int button_id, in InsertToggleButton()
442 int button_id, in InsertHybridButton()
[all …]
/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/input/
H A Ddevice_manager.cpp267 InputDevice* DeviceManager::mapKeyboardInput(int button_id, in mapKeyboardInput()
313 int button_id, in mapGamepadInput()
383 int button_id, in translateInput()
591 KeyboardDevice* DeviceManager::getKeyboardFromBtnID(const int button_id) in getKeyboardFromBtnID()
/dports/games/augustus/augustus-3.1.0/src/graphics/
H A Dgeneric_button.c31 int button_id = get_button(m, x, y, buttons, num_buttons); in generic_buttons_handle_mouse() local
52 int button_id = get_button_min(m, x, y, buttons, num_buttons,minimum_button); in generic_buttons_min_handle_mouse() local
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/System.Windows.Forms/
H A DUpDownEventArgs.cs32 private int button_id; field in System.Windows.Forms.UpDownEventArgs
/dports/games/lwjgl/lwjgl-2df01dd/src/java/org/lwjgl/util/jinput/
H A DLWJGLMouse.java171 Button(Component.Identifier.Button button_id) { in Button()
172 super(button_id.getName(), button_id); in Button() local
/dports/comms/rtl-433/rtl_433-21.12/src/devices/
H A Dnice_flor_s.c40 uint8_t button_id = b[0] >> 4; in nice_flor_s_decode() local
/dports/emulators/citra/citra-ac98458e0/src/citra_qt/configuration/
H A Dconfigure_input.cpp183 for (int button_id = 0; button_id < Settings::NativeButton::NumButtons; button_id++) { in ConfigureInput() local
397 for (int button_id = 0; button_id < Settings::NativeButton::NumButtons; button_id++) { in RestoreDefaults() local
417 for (int button_id = 0; button_id < Settings::NativeButton::NumButtons; button_id++) { in ClearAll() local
476 for (int button_id = 0; button_id < Settings::NativeButton::NumButtons; button_id++) { in MapFromButton() local
/dports/emulators/citra-qt5/citra-ac98458e0/src/citra_qt/configuration/
H A Dconfigure_input.cpp183 for (int button_id = 0; button_id < Settings::NativeButton::NumButtons; button_id++) { in ConfigureInput() local
397 for (int button_id = 0; button_id < Settings::NativeButton::NumButtons; button_id++) { in RestoreDefaults() local
417 for (int button_id = 0; button_id < Settings::NativeButton::NumButtons; button_id++) { in ClearAll() local
476 for (int button_id = 0; button_id < Settings::NativeButton::NumButtons; button_id++) { in MapFromButton() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/assistant/util/
H A Dhistogram_util.cc30 void IncrementAssistantButtonClickCount(AssistantButtonId button_id) { in IncrementAssistantButtonClickCount()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/ambient/ui/
H A Dambient_assistant_dialog_plate.cc42 void AmbientAssistantDialogPlate::OnButtonPressed(AssistantButtonId button_id) { in OnButtonPressed()
/dports/net-im/beebeep/beebeep-code-r1476/src/voicechat/
H A DGuiRecordVoiceMessageSettings.cpp151 int button_id = static_cast<int>( m_currentAudioEncoderSettings.encodingMode() ); in updateGui() local
/dports/multimedia/kdenlive/kdenlive-21.12.3/src/jogshuttle/
H A Djogshuttleconfig.cpp39 int button_id = parts[0].midRef(BUTTON_PREFIX.size()).toInt(); in actionMap() local
/dports/emulators/yuzu/yuzu-0b47f7a46/src/input_common/mouse/
H A Dmouse_poller.cpp33 const auto button_id = params.Get("button", 0); in Create() local
181 const auto button_id = params.Get("button", 0); in Create() local
229 const auto button_id = params.Get("button", 0); in Create() local
/dports/emulators/yuzu/yuzu-0b47f7a46/src/yuzu/configuration/
H A Dconfigure_mouse_advanced.cpp91 for (int button_id = 0; button_id < Settings::NativeMouseButton::NumMouseButtons; button_id++) { local
172 for (int button_id = 0; button_id < Settings::NativeMouseButton::NumMouseButtons; button_id++) { in RestoreDefaults() local

123456