Home
last modified time | relevance | path

Searched refs:inputHandler (Results 1 – 25 of 201) sorted by relevance

123456789

/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/platform/darwin/tvos/input/
H A DLibInputTouch.mm219 [g_xbmcController.inputHandler sendButtonPressed:6];
233 [g_xbmcController.inputHandler sendButtonPressed:7];
244 [g_xbmcController.inputHandler sendButtonPressed:5];
260 [g_xbmcController.inputHandler sendButtonPressed:12];
368 [g_xbmcController.inputHandler sendButtonPressed:1];
370 [g_xbmcController.inputHandler.inputRemote startRemoteTimer];
376 [g_xbmcController.inputHandler sendButtonPressed:2];
378 [g_xbmcController.inputHandler.inputRemote startRemoteTimer];
384 [g_xbmcController.inputHandler sendButtonPressed:3];
386 [g_xbmcController.inputHandler.inputRemote startRemoteTimer];
[all …]
H A DLibInputRemote.mm40 if (g_xbmcController.inputHandler.inputSettings.remoteIdleEnabled)
43 dateWithTimeIntervalSinceNow:g_xbmcController.inputHandler.inputSettings.remoteIdleTimeout];
80 [g_xbmcController.inputHandler sendButtonPressed:keyId];
110 [g_xbmcController.inputHandler sendButtonPressed:[theTimer.userInfo intValue]];
125 [g_xbmcController.inputHandler sendButtonPressed:13];
128 [g_xbmcController.inputHandler sendButtonPressed:14];
131 [g_xbmcController.inputHandler sendButtonPressed:15];
134 [g_xbmcController.inputHandler sendButtonPressed:16];
137 [g_xbmcController.inputHandler sendButtonPressed:17];
140 [g_xbmcController.inputHandler sendButtonPressed:18];
[all …]
/dports/graphics/xournalpp/xournalpp-1.1.0/src/gui/
H A DPageView.cpp75 delete this->inputHandler; in ~XojPageView()
294 delete this->inputHandler; in onButtonPressEvent()
295 this->inputHandler = nullptr; in onButtonPressEvent()
314 if (!this->inputHandler) { in onButtonPressEvent()
423 if (this->inputHandler) { in onButtonDoublePressEvent()
486 if (this->inputHandler) { in onMotionCancelEvent()
494 if (this->inputHandler) { in onButtonReleaseEvent()
583 if (this->inputHandler) { in onKeyPressEvent()
596 if (this->inputHandler && this->inputHandler->onKeyEvent(event)) { in onKeyReleaseEvent()
801 if (this->inputHandler) { in paintPageSync()
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/titanic/messages/
H A Dmouse_messages.cpp30 CInputHandler &inputHandler = *CScreenManager::_screenManagerPtr->_inputHandler; in generate() local
31 const Point &mousePos = inputHandler._mousePos; in generate()
34 inputHandler.handleMessage(msg, false); in generate()
40 CInputHandler &inputHandler = *CScreenManager::_screenManagerPtr->_inputHandler; in generate() local
41 const Point &mousePos = inputHandler._mousePos; in generate()
44 inputHandler.handleMessage(msg, false); in generate()
/dports/games/scummvm/scummvm-2.5.1/engines/titanic/messages/
H A Dmouse_messages.cpp30 CInputHandler &inputHandler = *CScreenManager::_screenManagerPtr->_inputHandler; in generate() local
31 const Point &mousePos = inputHandler._mousePos; in generate()
34 inputHandler.handleMessage(msg, false); in generate()
40 CInputHandler &inputHandler = *CScreenManager::_screenManagerPtr->_inputHandler; in generate() local
41 const Point &mousePos = inputHandler._mousePos; in generate()
44 inputHandler.handleMessage(msg, false); in generate()
/dports/x11-wm/windowmaker/WindowMaker-0.95.9/WINGs/
H A Dhandlers.c49 static WMArray *inputHandler = NULL; variable
253 if (!inputHandler) in WMAddInputHandler()
255 WMAddToArray(inputHandler, handler); in WMAddInputHandler()
264 if (!handler || !inputHandler) in WMDeleteInputHandler()
267 WMRemoveFromArray(inputHandler, handler); in WMDeleteInputHandler()
381 if (inputHandler) in W_HandleInputEvents()
382 nfds = WMGetArrayItemCount(inputHandler); in W_HandleInputEvents()
400 handler = WMGetFromArray(inputHandler, i); in W_HandleInputEvents()
476 if (inputHandler) in W_HandleInputEvents()
477 nfds = WMGetArrayItemCount(inputHandler); in W_HandleInputEvents()
[all …]
/dports/x11-wm/libwraster/WindowMaker-0.95.9/WINGs/
H A Dhandlers.c49 static WMArray *inputHandler = NULL; variable
253 if (!inputHandler) in WMAddInputHandler()
255 WMAddToArray(inputHandler, handler); in WMAddInputHandler()
264 if (!handler || !inputHandler) in WMDeleteInputHandler()
267 WMRemoveFromArray(inputHandler, handler); in WMDeleteInputHandler()
381 if (inputHandler) in W_HandleInputEvents()
382 nfds = WMGetArrayItemCount(inputHandler); in W_HandleInputEvents()
400 handler = WMGetFromArray(inputHandler, i); in W_HandleInputEvents()
476 if (inputHandler) in W_HandleInputEvents()
477 nfds = WMGetArrayItemCount(inputHandler); in W_HandleInputEvents()
[all …]
/dports/games/openra/OpenRA-release-20200503/OpenRA.Platforms.Default/
H A DSdl2Input.cs64 …public void PumpInput(Sdl2PlatformWindow device, IInputHandler inputHandler, int2? lockedMousePosi… in PumpInput() argument
67 inputHandler.ModifierKeys(mods); in PumpInput()
104 inputHandler.OnMouseInput(pendingMotion.Value); in PumpInput()
114 inputHandler.OnMouseInput(new MouseInput( in PumpInput()
125 inputHandler.OnMouseInput(pendingMotion.Value); in PumpInput()
135 inputHandler.OnMouseInput(new MouseInput( in PumpInput()
164inputHandler.OnMouseInput(new MouseInput(MouseInputEvent.Scroll, MouseButton.None, pos, new int2(0… in PumpInput()
173inputHandler.OnTextInput(Encoding.UTF8.GetString(rawBytes, 0, Array.IndexOf(rawBytes, (byte)0))); in PumpInput()
203 inputHandler.OnKeyInput(keyEvent); in PumpInput()
212 inputHandler.OnMouseInput(pendingMotion.Value); in PumpInput()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/platform/darwin/tvos/
H A DTVOSSettingsHandler.mm39 g_xbmcController.inputHandler.inputSettings.useSiriRemote = enable;
42 [g_xbmcController.inputHandler.inputSettings setRemoteIdleEnabled:enableTimeout];
45 [g_xbmcController.inputHandler.inputSettings setRemoteIdleTimeout:timeout];
57 g_xbmcController.inputHandler.inputSettings.useSiriRemote = enable;
63 [g_xbmcController.inputHandler.inputSettings setRemoteIdleEnabled:enableTimeout];
69 [g_xbmcController.inputHandler.inputSettings setRemoteIdleTimeout:timeout];
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.bundles/bundles/org.eclipse.equinox.console.ssh/src/org/eclipse/equinox/console/ssh/
H A DSshSession.java73 SshInputHandler inputHandler = new SshInputHandler(in, input, outp); in run() local
74 inputHandler.getScanner().setBackspace(currentMappings.getBackspace()); in run()
75 inputHandler.getScanner().setDel(currentMappings.getDel()); in run()
76 inputHandler.getScanner().setCurrentEscapesToKey(currentEscapesToKey); in run()
77 inputHandler.getScanner().setEscapes(currentMappings.getEscapes()); in run()
78 inputHandler.start(); in run()
95 session.put(SSH_INPUT_SCANNER, inputHandler.getScanner()); in run()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/input/joysticks/keymaps/
H A DKeymapHandling.cpp43 [&controllerId](const std::unique_ptr<IInputHandler>& inputHandler) { in GetInputReceiver() argument
44 return inputHandler->ControllerID() == controllerId; in GetInputReceiver()
84 std::unique_ptr<IInputHandler> inputHandler(new CKeymapHandler(&inputManager, keymap.get())); in LoadKeymaps() local
87 m_inputProvider->RegisterInputHandler(inputHandler.get(), m_pPromiscuous); in LoadKeymaps()
91 m_inputHandlers.emplace_back(std::move(inputHandler)); in LoadKeymaps()
/dports/devel/godot-tools/godot-3.2.3-stable/platform/android/java/lib/src/org/godotengine/godot/
H A DGodotView.java74 private final GodotInputHandler inputHandler; field in GodotView
85 this.inputHandler = new GodotInputHandler(this); in GodotView()
92 this.inputHandler.initInputDevices(); in initInputDevices()
105 return inputHandler.onKeyUp(keyCode, event) || super.onKeyUp(keyCode, event); in onKeyUp()
110 return inputHandler.onKeyDown(keyCode, event) || super.onKeyDown(keyCode, event); in onKeyDown()
115 return inputHandler.onGenericMotionEvent(event) || super.onGenericMotionEvent(event); in onGenericMotionEvent()
/dports/devel/godot/godot-3.2.3-stable/platform/android/java/lib/src/org/godotengine/godot/
H A DGodotView.java74 private final GodotInputHandler inputHandler; field in GodotView
85 this.inputHandler = new GodotInputHandler(this); in GodotView()
92 this.inputHandler.initInputDevices(); in initInputDevices()
105 return inputHandler.onKeyUp(keyCode, event) || super.onKeyUp(keyCode, event); in onKeyUp()
110 return inputHandler.onKeyDown(keyCode, event) || super.onKeyDown(keyCode, event); in onKeyDown()
115 return inputHandler.onGenericMotionEvent(event) || super.onGenericMotionEvent(event); in onGenericMotionEvent()
/dports/cad/ldview/ldview-4.4/MacOSX/LDView/
H A DLDrawModelView.mm79 inputHandler = modelViewer->getInputHandler();
393 inputHandler->keyDown(modifiers, keyCode);
408 inputHandler->mouseWheel(0, [event magnification] * 200.0f);
449 inputHandler->cancelMouseDrag();
478 inputHandler->cancelMouseDrag();
488 inputHandler->cancelMouseDrag();
747 if (alert->getSender() == inputHandler)
756 if (alert->getSender() == inputHandler)
783 inputHandler->setViewMode((LDInputHandler::ViewMode)newViewMode);
789 return inputHandler->getViewMode() == LDInputHandler::VMExamine;
[all …]
/dports/x11-toolkits/qt5-datavis3d/kde-qtdatavis3d-5.15.2p2/src/datavisualization/engine/
H A Dabstract3dcontroller.cpp93 QAbstract3DInputHandler *inputHandler; in Abstract3DController() local
94 inputHandler = new QTouch3DInputHandler(); in Abstract3DController()
96 setActiveInputHandler(inputHandler); in Abstract3DController()
792 Q_ASSERT(inputHandler); in addInputHandler()
797 inputHandler->setParent(this); in addInputHandler()
801 m_inputHandlers.append(inputHandler); in addInputHandler()
806 if (inputHandler && m_inputHandlers.contains(inputHandler)) { in releaseInputHandler()
816 inputHandler->setParent(0); in releaseInputHandler()
838 if (inputHandler) in setActiveInputHandler()
839 addInputHandler(inputHandler); in setActiveInputHandler()
[all …]
/dports/graphics/qt5-3d/kde-qt3d-5.15.2p39/src/input/backend/
H A Dinputchord.cpp105 bool InputChord::process(InputHandler *inputHandler, qint64 currentTime) in process() argument
114 AbstractActionInput *actionInput = inputHandler->lookupActionInput(actionInputId); in process()
115 if (actionInput && actionInput->process(inputHandler, currentTime)) { in process()
H A Dinputsequence.cpp130 bool InputSequence::process(InputHandler *inputHandler, qint64 currentTime) in process() argument
145 AbstractActionInput *actionInput = inputHandler->lookupActionInput(actionInputId); in process()
146 if (actionInput && actionInput->process(inputHandler, currentTime)) { in process()
/dports/science/dftbplus/dftbplus-19.1/api/mm/
H A Dcapi.F9090 subroutine c_DftbPlus_getInputFromFile(handler, fileName, inputHandler)& argument
100 type(c_DftbPlusInput), intent(out) :: inputHandler local
110 inputHandler%pDftbPlusInput = c_loc(pDftbPlusInput)
116 subroutine c_DftbPlus_processInput(handler, inputHandler)& argument
123 type(c_DftbPlusInput), intent(inout) :: inputHandler local
129 call c_f_pointer(inputHandler%pDftbPlusInput, pDftbPlusInput)
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/serviceability/jdwp/
H A DDebuggeeLauncher.java63 private StreamHandler inputHandler; field in DebuggeeLauncher
83 inputHandler = new StreamHandler(p.getInputStream(), this); in launchDebuggee()
85 inputHandler.start(); in launchDebuggee()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/serviceability/jdwp/
H A DDebuggeeLauncher.java63 private StreamHandler inputHandler; field in DebuggeeLauncher
83 inputHandler = new StreamHandler(p.getInputStream(), this); in launchDebuggee()
85 inputHandler.start(); in launchDebuggee()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/serviceability/jdwp/
H A DDebuggeeLauncher.java63 private StreamHandler inputHandler; field in DebuggeeLauncher
83 inputHandler = new StreamHandler(p.getInputStream(), this); in launchDebuggee()
85 inputHandler.start(); in launchDebuggee()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/serviceability/jdwp/
H A DDebuggeeLauncher.java63 private StreamHandler inputHandler; field in DebuggeeLauncher
83 inputHandler = new StreamHandler(p.getInputStream(), this); in launchDebuggee()
85 inputHandler.start(); in launchDebuggee()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/serviceability/jdwp/
H A DDebuggeeLauncher.java63 private StreamHandler inputHandler; field in DebuggeeLauncher
83 inputHandler = new StreamHandler(p.getInputStream(), this); in launchDebuggee()
85 inputHandler.start(); in launchDebuggee()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/serviceability/jdwp/
H A DDebuggeeLauncher.java63 private StreamHandler inputHandler; field in DebuggeeLauncher
83 inputHandler = new StreamHandler(p.getInputStream(), this); in launchDebuggee()
85 inputHandler.start(); in launchDebuggee()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/serviceability/jdwp/
H A DDebuggeeLauncher.java63 private StreamHandler inputHandler; field in DebuggeeLauncher
83 inputHandler = new StreamHandler(p.getInputStream(), this); in launchDebuggee()
85 inputHandler.start(); in launchDebuggee()

123456789