Home
last modified time | relevance | path

Searched refs:MOUSE (Results 1 – 25 of 1073) sorted by relevance

12345678910>>...43

/dports/editors/the/THE-3.3RC4/
H A Dappendix.364 | 2LB in FILEAREA | cursor MOUSE#sos EDIT |
65 | 2LB in PREFIX | cursor MOUSE#sos EDIT |
66 | CRB in FILEAREA | cursor MOUSE#sos MAKECURR |
67 | CRB in PREFIX | cursor MOUSE#sos MAKECURR |
68 | CLB in CMDLINE | cursor MOUSE |
70 | CLB in FILEAREA | cursor MOUSE |
73 | CLB in PREFIX | cursor MOUSE |
78 | C-DLB in FILEAREA | cursor MOUSE#mark BOX |
79 | C-PLB in FILEAREA | cursor MOUSE#reset BLOCK#mark BOX |
80 | C-PRB in FILEAREA | cursor MOUSE#mark BOX |
[all …]
/dports/games/yadex/yadex-1.7.0/src/
H A Dmouse.cc39 #define MOUSE 0x33 macro
55 int86(MOUSE, &regs, &regs); in CheckMouseDriver()
78 int86x (MOUSE, &regs, &regs, &sregs); in CheckMouseDriver()
102 int86(MOUSE, &regs, &regs); in ShowMousePointer()
118 int86(MOUSE, &regs, &regs); in HideMousePointer()
133 int86(MOUSE, &regs, &regs); in GetMouseCoords()
161 int86(MOUSE, &regs, &regs); in SetMouseCoords()
177 int86(MOUSE, &regs, &regs); in SetMouseLimits()
181 int86(MOUSE, &regs, &regs); in SetMouseLimits()
197 int86(MOUSE, &regs, &regs); in ResetMouseLimits()
[all …]
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/peripherals/addons/
H A DPeripheralAddonTranslator.cpp295 return MOUSE::BUTTON_ID::LEFT; in TranslateMouseButton()
297 return MOUSE::BUTTON_ID::RIGHT; in TranslateMouseButton()
299 return MOUSE::BUTTON_ID::MIDDLE; in TranslateMouseButton()
316 return MOUSE::BUTTON_ID::UNKNOWN; in TranslateMouseButton()
320 MOUSE::BUTTON_ID button) in TranslateMouseButton()
324 case MOUSE::BUTTON_ID::LEFT: in TranslateMouseButton()
326 case MOUSE::BUTTON_ID::RIGHT: in TranslateMouseButton()
328 case MOUSE::BUTTON_ID::MIDDLE: in TranslateMouseButton()
330 case MOUSE::BUTTON_ID::BUTTON4: in TranslateMouseButton()
332 case MOUSE::BUTTON_ID::BUTTON5: in TranslateMouseButton()
[all …]
H A DAddonInputHandling.h32 namespace MOUSE
46 public KODI::MOUSE::IMouseDriverHandler
60 KODI::MOUSE::IMouseInputHandler* handler);
79 bool OnButtonPress(KODI::MOUSE::BUTTON_ID button) override;
80 void OnButtonRelease(KODI::MOUSE::BUTTON_ID button) override;
89 std::unique_ptr<KODI::MOUSE::IMouseDriverHandler> m_mouseHandler;
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/peripherals/devices/
H A DPeripheralMouse.h19 class CPeripheralMouse : public CPeripheral, public KODI::MOUSE::IMouseDriverHandler
30 void RegisterMouseDriverHandler(KODI::MOUSE::IMouseDriverHandler* handler,
32 void UnregisterMouseDriverHandler(KODI::MOUSE::IMouseDriverHandler* handler) override;
37 bool OnButtonPress(KODI::MOUSE::BUTTON_ID button) override;
38 void OnButtonRelease(KODI::MOUSE::BUTTON_ID button) override;
43 KODI::MOUSE::IMouseDriverHandler* handler;
H A DPeripheral.h41 namespace MOUSE
63 public KODI::MOUSE::IMouseInputProvider
221 virtual void RegisterMouseDriverHandler(KODI::MOUSE::IMouseDriverHandler* handler, in RegisterMouseDriverHandler()
225 virtual void UnregisterMouseDriverHandler(KODI::MOUSE::IMouseDriverHandler* handler) {} in UnregisterMouseDriverHandler()
237 void RegisterMouseHandler(KODI::MOUSE::IMouseInputHandler* handler, bool bPromiscuous) override;
238 void UnregisterMouseHandler(KODI::MOUSE::IMouseInputHandler* handler) override;
283 std::map<KODI::MOUSE::IMouseInputHandler*, std::unique_ptr<KODI::MOUSE::IMouseDriverHandler>>
H A DPeripheralMouse.cpp51 void CPeripheralMouse::RegisterMouseDriverHandler(MOUSE::IMouseDriverHandler* handler, in RegisterMouseDriverHandler()
62 void CPeripheralMouse::UnregisterMouseDriverHandler(MOUSE::IMouseDriverHandler* handler) in UnregisterMouseDriverHandler()
104 bool CPeripheralMouse::OnButtonPress(MOUSE::BUTTON_ID button) in OnButtonPress()
133 void CPeripheralMouse::OnButtonRelease(MOUSE::BUTTON_ID button) in OnButtonRelease()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/viz/host/hit_test/
H A Dhit_test_query_unittest.cc59 hit_test_query().FindTargetForLocation(EventSource::MOUSE, point1); in TEST_F()
67 hit_test_query().FindTargetForLocation(EventSource::MOUSE, point2); in TEST_F()
74 hit_test_query().FindTargetForLocation(EventSource::MOUSE, point3); in TEST_F()
121 hit_test_query().FindTargetForLocation(EventSource::MOUSE, point1); in TEST_F()
128 hit_test_query().FindTargetForLocation(EventSource::MOUSE, point2); in TEST_F()
135 hit_test_query().FindTargetForLocation(EventSource::MOUSE, point3); in TEST_F()
142 hit_test_query().FindTargetForLocation(EventSource::MOUSE, point4); in TEST_F()
173 hit_test_query().FindTargetForLocation(EventSource::MOUSE, point1); in TEST_F()
1291 EventSource::MOUSE, point1, e_id); in TEST_F()
1301 EventSource::MOUSE, point2, e_id); in TEST_F()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/viz/host/hit_test/
H A Dhit_test_query_unittest.cc59 hit_test_query().FindTargetForLocation(EventSource::MOUSE, point1); in TEST_F()
67 hit_test_query().FindTargetForLocation(EventSource::MOUSE, point2); in TEST_F()
74 hit_test_query().FindTargetForLocation(EventSource::MOUSE, point3); in TEST_F()
121 hit_test_query().FindTargetForLocation(EventSource::MOUSE, point1); in TEST_F()
128 hit_test_query().FindTargetForLocation(EventSource::MOUSE, point2); in TEST_F()
135 hit_test_query().FindTargetForLocation(EventSource::MOUSE, point3); in TEST_F()
142 hit_test_query().FindTargetForLocation(EventSource::MOUSE, point4); in TEST_F()
173 hit_test_query().FindTargetForLocation(EventSource::MOUSE, point1); in TEST_F()
1291 EventSource::MOUSE, point1, e_id); in TEST_F()
1301 EventSource::MOUSE, point2, e_id); in TEST_F()
[all …]
/dports/graphics/dataplot/dataplot-2c1b27601a3b7523449de612613eadeead9a8f70/lib/frmenus/dataview/
H A DMOUSE.DP1 ----- <~dataview\MOUSE.DP> View MOUSE.DAT
3 . This is file MOUSE.DP
5 LIST MOUSE.DAT
/dports/comms/lirc/lirc-0.9.0/remotes/creative/
H A Dlircd.conf.infracd36 # also BTN_LEFT in MOUSE mode
39 # also mouse up in MOUSE mode
45 # also BN_RIGHT in MOUSE mode
48 # also mouse left in MOUSE mode
51 # also mouse down in MOUSE mode
54 # also mouse right in MOUSE mode
106 # MOUSE
107 MOUSE 0x00000000000008F7
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/testsuite/misc-haxe.all/classes.all/events/
H A DScreenMouseEvent_as.hx202 if (x1.MIDDLE == MOUSE) {
207 if (x1.MIDDLE == MOUSE) {
212 if (x1.MOUSE == DOWN) {
217 if (x1.MOUSE == LEAVE) {
222 if (x1.MOUSE == MOVE) {
227 if (x1.MOUSE == OUT) {
232 if (x1.MOUSE == OVER) {
237 if (x1.MOUSE == UP) {
242 if (x1.MOUSE == WHEEL) {
282 if (x1.RIGHT == MOUSE) {
[all …]
H A DNativeDragEvent_as.hx207 if (x1.MIDDLE == MOUSE) {
212 if (x1.MIDDLE == MOUSE) {
217 if (x1.MOUSE == DOWN) {
222 if (x1.MOUSE == LEAVE) {
227 if (x1.MOUSE == MOVE) {
232 if (x1.MOUSE == OUT) {
237 if (x1.MOUSE == OVER) {
242 if (x1.MOUSE == UP) {
247 if (x1.MOUSE == WHEEL) {
322 if (x1.RIGHT == MOUSE) {
[all …]
/dports/graphics/dataplot/dataplot-2c1b27601a3b7523449de612613eadeead9a8f70/lib/frmenus/dataload/
H A DMOUSE.DP1 ----- <~dataload\MOUSE.DP> Load MOUSE.DAT
3 . This is file MOUSE.DP
7 READ MOUSE.DAT C T Y X1 X2
/dports/x11-toolkits/scintilla/scite/src/
H A Dnncrontab.properties41 LOG LOGGEDON LOGOFF LogonBatch LogonInteractive LogonNetwork MOUSE-LBCLK \
42 MOUSE-LBDCLK MOUSE-LBDN MOUSE-LBUP MOUSE-MOVE MOUSE-MOVER MOUSE-MOVEW \
43 MOUSE-RBCLK MOUSE-RBDCLK MOUSE-RBDN MOUSE-RBUP MSG Min@ Mon@ \
/dports/editors/scite/scite/src/
H A Dnncrontab.properties41 LOG LOGGEDON LOGOFF LogonBatch LogonInteractive LogonNetwork MOUSE-LBCLK \
42 MOUSE-LBDCLK MOUSE-LBDN MOUSE-LBUP MOUSE-MOVE MOUSE-MOVER MOUSE-MOVEW \
43 MOUSE-RBCLK MOUSE-RBDCLK MOUSE-RBDN MOUSE-RBUP MSG Min@ Mon@ \
/dports/games/openage/openage-0.3.0-1262-ga554ab49/cfg/
H A Dkeybinds.oac62 set PAINT_TERRAIN MOUSE 1
65 set SELECT MOUSE 1
66 set INCREASE_SELECTION Shift MOUSE 1
67 set BUILD MOUSE 1
68 set KEEP_BUILDING Shift MOUSE 1
69 set ORDER_SELECT MOUSE 3
/dports/emulators/mess/mame-mame0226/src/mame/machine/
H A Dnews_hid.cpp79 m_fifo[MOUSE].clear(); in device_reset()
82 m_irq_enabled[MOUSE] = false; in device_reset()
84 out_irq<MOUSE>(false); in device_reset()
134 m_fifo[MOUSE].enqueue(0x80 | sy | sx | b); in scan_complete()
135 m_fifo[MOUSE].enqueue(dx & 0x7f); in scan_complete()
136 m_fifo[MOUSE].enqueue(dy & 0x7f); in scan_complete()
143 out_irq<MOUSE>(true); in scan_complete()
200 (!m_fifo[MOUSE].empty() ? 0x40 : 0) | in status_68k_r()
202 (m_fifo[MOUSE].full() ? 0x10 : 0) | in status_68k_r()
204 (m_irq_out_state[MOUSE] ? 0 : 0x04) | in status_68k_r()
[all …]
/dports/emulators/mame/mame-mame0226/src/mame/machine/
H A Dnews_hid.cpp79 m_fifo[MOUSE].clear(); in device_reset()
82 m_irq_enabled[MOUSE] = false; in device_reset()
84 out_irq<MOUSE>(false); in device_reset()
134 m_fifo[MOUSE].enqueue(0x80 | sy | sx | b); in scan_complete()
135 m_fifo[MOUSE].enqueue(dx & 0x7f); in scan_complete()
136 m_fifo[MOUSE].enqueue(dy & 0x7f); in scan_complete()
143 out_irq<MOUSE>(true); in scan_complete()
200 (!m_fifo[MOUSE].empty() ? 0x40 : 0) | in status_68k_r()
202 (m_fifo[MOUSE].full() ? 0x10 : 0) | in status_68k_r()
204 (m_irq_out_state[MOUSE] ? 0 : 0x04) | in status_68k_r()
[all …]
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/input/joysticks/generic/
H A DButtonMapping.h251 CMouseButtonDetector(CButtonMapping* buttonMapping, MOUSE::BUTTON_ID buttonIndex);
265 const MOUSE::BUTTON_ID m_buttonIndex;
313 public MOUSE::IMouseDriverHandler,
342 bool OnButtonPress(MOUSE::BUTTON_ID button) override;
343 void OnButtonRelease(MOUSE::BUTTON_ID button) override;
374 CMouseButtonDetector& GetMouseButton(MOUSE::BUTTON_ID buttonIndex);
386 std::map<MOUSE::BUTTON_ID, CMouseButtonDetector> m_mouseButtons;
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/games/addons/input/
H A DGameClientMouse.h15 namespace MOUSE
30 class CGameClientMouse : public MOUSE::IMouseInputHandler
42 MOUSE::IMouseInputProvider* inputProvider);
59 MOUSE::IMouseInputProvider* const m_inputProvider;
/dports/games/manaplus/manaplus-2.1.3.17/src/enums/input/
H A Dinputtype.h31 #ifdef MOUSE
32 #undef MOUSE
39 MOUSE = 2, in enumStart()
/dports/games/openage/openage-0.3.0-1262-ga554ab49/libopenage/input/
H A Devent.h28 MOUSE, enumerator
54 {event_class::MOUSE, event_class::ANY},
55 {event_class::MOUSE_BUTTON, event_class::MOUSE},
56 {event_class::MOUSE_WHEEL, event_class::MOUSE},
57 {event_class::MOUSE_MOTION, event_class::MOUSE},
/dports/devel/xwpe/xwpe-1.5.30a/
H A Dmodel.h27 #define MOUSE 1 macro
36 #define MOUSE 1 /* activate mouse */ macro
38 #define MOUSE 0 /* deactivate mouse */ macro
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/libdevice/events/
H A DMouseDevice.cpp78 {InputDevice::MOUSE, "/dev/input/mice"}, // PS/2 Mouse in scanForDevices()
80 {InputDevice::MOUSE, "/dev/input/mouse0"}, in scanForDevices()
81 {InputDevice::MOUSE, "/dev/input/mouse1"}, in scanForDevices()
82 {InputDevice::MOUSE, "/dev/usb/tkpanel0"}, // eTurboTouch touchscreen in scanForDevices()
166 if (_type == InputDevice::MOUSE) { in init()
245 } else if (_type == InputDevice::MOUSE) { in check()

12345678910>>...43