Home
last modified time | relevance | path

Searched refs:handleButton (Results 1 – 25 of 75) sorted by relevance

123

/dports/games/scummvm/scummvm-2.5.1/backends/platform/android/org/scummvm/scummvm/
H A DMouseHelper.java140 …private boolean handleButton(MotionEvent e, boolean mbPressed, int mask, int downEvent, int upEven… in handleButton() method in MouseHelper
202 …_rmbPressed = handleButton(e, _rmbPressed, MotionEvent.BUTTON_SECONDARY, ScummVMEventsBase.JE_RMB_… in onMouseEvent()
203 …_mmbPressed = handleButton(e, _mmbPressed, MotionEvent.BUTTON_TERTIARY, ScummVMEventsBase.JE_MMB_D… in onMouseEvent()
204 …_bmbPressed = handleButton(e, _bmbPressed, MotionEvent.BUTTON_BACK, ScummVMEventsBase.JE_BMB_DOWN,… in onMouseEvent()
205 …_fmbPressed = handleButton(e, _fmbPressed, MotionEvent.BUTTON_FORWARD, ScummVMEventsBase.JE_FMB_DO… in onMouseEvent()
212 …_srmbPressed = handleButton(e, _srmbPressed, MotionEvent.BUTTON_STYLUS_PRIMARY, ScummVMEventsBase.… in onMouseEvent()
213 …_smmbPressed = handleButton(e, _smmbPressed, MotionEvent.BUTTON_STYLUS_SECONDARY, ScummVMEventsBas… in onMouseEvent()
/dports/www/twiki/twiki/lib/TWiki/Plugins/
H A DJQueryPlugin.pm43 TWiki::Func::registerTagHandler('JQBUTTON', \&handleButton );
55 TWiki::Func::registerTagHandler('BUTTON', \&handleButton );
89 sub handleButton { subroutine
91 return TWiki::Plugins::JQueryPlugin::Core::handleButton(@_);
/dports/x11-wm/icewm/icewm-2.9.4/src/
H A Dobjbutton.cc77 void ObjectButton::handleButton(const XButtonEvent& up) { in handleButton() function in ObjectButton
79 YButton::handleButton(up); in handleButton()
81 parent()->handleButton(up); in handleButton()
H A Dobjbar.cc97 void ObjectBar::handleButton(const XButtonEvent& up) { in handleButton() function in ObjectBar
98 parent()->handleButton(up); in handleButton()
H A Dwmminiicon.cc164 void MiniIcon::handleButton(const XButtonEvent &button) { in handleButton() function in MiniIcon
171 YWindow::handleButton(button); in handleButton()
174 YWindow::handleButton(button); in handleButton()
H A Datasks.h59 virtual void handleButton(const XButtonEvent& button);
136 virtual void handleButton(const XButtonEvent& button);
H A Dwmcontainer.h14 virtual void handleButton(const XButtonEvent &button);
H A Dobjbar.h17 virtual void handleButton(const XButtonEvent& up);
H A Dwmbutton.h16 virtual void handleButton(const XButtonEvent &button);
H A Dwmminiicon.h16 virtual void handleButton(const XButtonEvent &button);
H A Dypopup.cc250 void YPopupWindow::handleButton(const XButtonEvent &button) { in handleButton() function in YPopupWindow
254 YWindow::handleButton(button); in handleButton()
H A Dwmtitle.h17 virtual void handleButton(const XButtonEvent &button);
H A Dobjbutton.h36 virtual void handleButton(const XButtonEvent& up);
/dports/multimedia/mpv/waf-2.0.20/demos/qt5/
H A Dfoo.cpp9 connect(m_button, SIGNAL (released()), this, SLOT (handleButton())); in Foo()
13 void Foo::handleButton() { in handleButton() function in Foo
H A Dfoo.h14 void handleButton();
/dports/audio/mumble/mumble-1.3.3/src/mumble/
H A DGlobalShortcut_unix.cpp154 handleButton(i, newstate); in run()
161 handleButton(0x110 + i, newstate); in run()
214 handleButton(xide->detail, cookie->evtype == XI_RawKeyPress); in displayReadyRead()
219 handleButton(xide->detail + 0x117, cookie->evtype == XI_RawButtonPress); in displayReadyRead()
264 handleButton(evtcode, down); in inputReadyRead()
H A DGlobalShortcut_win.cpp352 bool suppress = gsw->handleButton(ql, down); in handleKeyboardMessage()
368 bool wantsuppress = gsw->handleButton(ql, down); in handleMouseMessage()
678 handleButton(ql, rgdod[j].dwData & 0x80);
688 handleButton(ql, gkey->isMouseButtonPressed(button));
697 handleButton(ql, gkey->isKeyboardGkeyPressed(key, mode));
749 handleButton(ql, pressed);
/dports/audio/murmur/mumble-1.3.3/src/mumble/
H A DGlobalShortcut_unix.cpp154 handleButton(i, newstate); in run()
161 handleButton(0x110 + i, newstate); in run()
214 handleButton(xide->detail, cookie->evtype == XI_RawKeyPress); in displayReadyRead()
219 handleButton(xide->detail + 0x117, cookie->evtype == XI_RawButtonPress); in displayReadyRead()
264 handleButton(evtcode, down); in inputReadyRead()
H A DGlobalShortcut_win.cpp352 bool suppress = gsw->handleButton(ql, down); in handleKeyboardMessage()
368 bool wantsuppress = gsw->handleButton(ql, down); in handleMouseMessage()
678 handleButton(ql, rgdod[j].dwData & 0x80);
688 handleButton(ql, gkey->isMouseButtonPressed(button));
697 handleButton(ql, gkey->isKeyboardGkeyPressed(key, mode));
749 handleButton(ql, pressed);
/dports/textproc/xerces-j/xerces-2_12_0/samples/dom/traversal/
H A DTreeWalkerView.java509 handleButton(node, "previousSibling()"); in actionPerformed()
515 handleButton(node, "firstChild()"); in actionPerformed()
521 handleButton(node, "lastChild()"); in actionPerformed()
527 handleButton(node, "nextSibling()"); in actionPerformed()
533 handleButton(node, "parentNode()"); in actionPerformed()
539 handleButton(node, "nextNode()"); in actionPerformed()
545 handleButton(node, "previousNode()"); in actionPerformed()
552 void handleButton( Node node, String function) { in handleButton() method in TreeWalkerView
/dports/games/lwjgl/lwjgl-2df01dd/src/java/org/lwjgl/opengl/
H A DMouseEventQueue.java186 private void handleButton(MouseEvent e) { in handleButton() method in MouseEventQueue
230 handleButton(e); in mousePressed()
239 handleButton(e); in mouseReleased()
H A DLinuxMouse.java214 private void handleButton(boolean grab, int button, byte state, long nanos) { in handleButton() method in LinuxMouse
270 handleButton(grab, button, (byte)1, nanos); in handleButtonPress()
279 handleButton(grab, button, (byte)0, nanos); in handleButtonEvent()
/dports/www/foswiki/Foswiki-2.1.6/lib/Foswiki/Plugins/
H A DJQueryPlugin.pm62 Foswiki::Func::registerTagHandler( 'BUTTON', \&handleButton );
167 sub handleButton { subroutine
171 return $plugin->handleButton(@_) if $plugin;
/dports/x11-toolkits/qt5-quickcontrols/kde-qtquickcontrols-5.15.2p3/src/dialogs/
H A DDefaultDialogWrapper.qml103 onClicked: content.handleButton(buttonsLeftRepeater.model[index].standardButton)
130 … onClicked: content.handleButton(buttonsRightRepeater.model[index].standardButton)
135 function handleButton(button) {
/dports/net-im/qTox/qTox-1.17.4/src/chatlog/content/
H A Dfiletransferwidget.cpp478 void FileTransferWidget::handleButton(QPushButton* btn) in handleButton() function in FileTransferWidget
566 handleButton(ui->leftButton); in onLeftButtonClicked()
571 handleButton(ui->rightButton); in onRightButtonClicked()
576 handleButton(ui->previewButton); in onPreviewButtonClicked()

123