Home
last modified time | relevance | path

Searched refs:BTN_UP (Results 1 – 25 of 36) sorted by relevance

12

/dports/games/libretro-scummvm/scummvm-7b1e929/backends/platform/psp/
H A Dinput.cpp130 _button[BTN_UP][UNSHIFTED].setKey(Common::KEYCODE_KP8, '8'); in initButtonsNormalMode()
132 _button[BTN_UP][SHIFTED].setKey(Common::KEYCODE_KP9, '9'); // same as up_right in initButtonsNormalMode()
174 _button[BTN_UP][SHIFTED].clear(); in initButtonsLolMode()
175 _button[BTN_UP][SHIFTED].setKey(Common::KEYCODE_F2, Common::ASCII_F2); in initButtonsLolMode()
250 _button[BTN_UP][SHIFTED].clear(); in modifyButtonsForCombos()
251 _button[BTN_UP][UNSHIFTED].clear(); in modifyButtonsForCombos()
256 _button[BTN_UP][UNSHIFTED].setPspEvent(PSP_EVENT_CHANGE_SPEED, true, PSP_EVENT_NONE, true); in modifyButtonsForCombos()
257 _button[BTN_UP][SHIFTED].setPspEvent(PSP_EVENT_CHANGE_SPEED, true, PSP_EVENT_NONE, true); in modifyButtonsForCombos()
584 …_buttonPad.getButton(ButtonPad::BTN_UP, UNSHIFTED).setPspEvent(PSP_EVENT_IMAGE_VIEWER, ImageViewer… in setButtonsForImageViewer()
603 …_nub.getPad().getButton(ButtonPad::BTN_UP, UNSHIFTED).setPspEvent(PSP_EVENT_IMAGE_VIEWER, ImageVie… in setButtonsForImageViewer()
H A Dinput.h95 BTN_UP, enumerator
/dports/games/scummvm/scummvm-2.5.1/backends/platform/psp/
H A Dinput.cpp130 _button[BTN_UP][UNSHIFTED].setKey(Common::KEYCODE_KP8, '8'); in initButtonsNormalMode()
132 _button[BTN_UP][SHIFTED].setKey(Common::KEYCODE_KP9, '9'); // same as up_right in initButtonsNormalMode()
174 _button[BTN_UP][SHIFTED].clear(); in initButtonsLolMode()
175 _button[BTN_UP][SHIFTED].setKey(Common::KEYCODE_F2, Common::ASCII_F2); in initButtonsLolMode()
250 _button[BTN_UP][SHIFTED].clear(); in modifyButtonsForCombos()
251 _button[BTN_UP][UNSHIFTED].clear(); in modifyButtonsForCombos()
256 _button[BTN_UP][UNSHIFTED].setPspEvent(PSP_EVENT_CHANGE_SPEED, true, PSP_EVENT_NONE, true); in modifyButtonsForCombos()
257 _button[BTN_UP][SHIFTED].setPspEvent(PSP_EVENT_CHANGE_SPEED, true, PSP_EVENT_NONE, true); in modifyButtonsForCombos()
584 …_buttonPad.getButton(ButtonPad::BTN_UP, UNSHIFTED).setPspEvent(PSP_EVENT_IMAGE_VIEWER, ImageViewer… in setButtonsForImageViewer()
603 …_nub.getPad().getButton(ButtonPad::BTN_UP, UNSHIFTED).setPspEvent(PSP_EVENT_IMAGE_VIEWER, ImageVie… in setButtonsForImageViewer()
H A Dinput.h95 BTN_UP, enumerator
/dports/multimedia/kodi/xbmc-19.3-Matrix/tools/EventClients/Clients/OSXRemote/
H A Dxbmcclientwrapper.mm237 …e %i down:%i up:%i", packet.GetButtonCode(), packet.GetFlags()&BTN_DOWN,packet.GetFlags()&BTN_UP );
277 …ke_pair(ATV_BUTTON_RIGHT_RELEASE, new CPacketBUTTON(4, "CC:AppleRemote", BTN_UP | BTN_NO_REPEAT | …
279 …ke_pair(ATV_BUTTON_LEFT_RELEASE, new CPacketBUTTON(3, "CC:AppleRemote", BTN_UP | BTN_NO_REPEAT | …
283 …::make_pair(ATV_BUTTON_UP_RELEASE, new CPacketBUTTON(1, "CC:AppleRemote", BTN_UP | BTN_QUEUE)));
285 …::make_pair(ATV_BUTTON_DOWN_RELEASE, new CPacketBUTTON(2, "CC:AppleRemote", BTN_UP | BTN_QUEUE)));
289 …ake_pair(ATV_BUTTON_RIGHT_H_RELEASE, new CPacketBUTTON(10, "CC:AppleRemote", BTN_UP | BTN_QUEUE)));
291 …:make_pair(ATV_BUTTON_LEFT_H_RELEASE, new CPacketBUTTON(9, "CC:AppleRemote", BTN_UP | BTN_QUEUE)));
307 …ke_pair(ATV_LEARNED_REWIND_RELEASE, new CPacketBUTTON(75, "CC:AppleRemote", BTN_UP | BTN_QUEUE)));
309 …e_pair(ATV_LEARNED_FORWARD_RELEASE, new CPacketBUTTON(76, "CC:AppleRemote", BTN_UP | BTN_QUEUE)));
388 …ce_id,ATV_BUTTON_UP_RELEASE), new CPacketBUTTON(1 + offset, "CC:Harmony", BTN_UP | BTN_QUEUE)));
[all …]
/dports/games/kobodeluxe/KoboDeluxe-0.5.1/
H A Dgamectl.cpp98 return BTN_UP; in map()
197 case BTN_UP: in press()
232 case BTN_UP: in release()
H A Dstates.cpp132 case BTN_UP: in press()
501 case BTN_UP: in press()
632 case BTN_UP: in press()
792 case BTN_UP: in press()
834 case BTN_UP: in press()
975 case BTN_UP: in press()
1068 case BTN_UP: in press()
1172 case BTN_UP: in press()
1479 case BTN_UP: in press()
1820 case BTN_UP: in press()
H A Dgamectl.h41 BTN_UP, //Joystick, arrows, numpad etc enumerator
/dports/games/OpenLara/OpenLara-b4b19f2/src/platform/bittboy/
H A Dmain.cpp18 #define BTN_UP SDLK_UP macro
49 case BTN_UP : return jkUp; in getJoyKey()
/dports/multimedia/kodi/xbmc-19.3-Matrix/tools/EventClients/lib/c#/
H A DEventClient.cs39 BTN_UP = 0x04, enumerator
393 if ((Flags & ButtonFlagsType.BTN_DOWN) == 0 && (Flags & ButtonFlagsType.BTN_UP) == 0) in SendButton()
453 return SendButton("", 0, "", ButtonFlagsType.BTN_UP, 0); in SendButton()
/dports/games/libretro-fmsx/fmsx-libretro-c2c26b1/EMULib/
H A DEMULib.h67 #define BTN_UP 0x0004 macro
83 #define BTN_ARROWS (BTN_LEFT|BTN_RIGHT|BTN_UP|BTN_DOWN)
H A DTouch.c153 | (Y<(H>>1)-(H>>3)? BTN_UP : Y>(H>>1)+(H>>3)? BTN_DOWN : 0) in GenericFullJoystick()
195 if(Y<W3) J|=BTN_UP; else if(Y>=(W3<<1)) J|=BTN_DOWN; in GenericPenJoystick()
462 Result |= CurState & ((X0<0? BTN_LEFT:BTN_RIGHT)|(Y0<0? BTN_UP:BTN_DOWN)); in GenericFinJoystick()
473 | ((Y0<0) && ((AY>AX) || (AY>H0))? BTN_UP:0) in GenericFinJoystick()
/dports/misc/morse/morse-1.4-154-g53f9eaa8/tools/
H A Dwiimote_human_client.py30 tabOfExistentButtons = [cwiid.BTN_PLUS, cwiid.BTN_UP, cwiid.BTN_DOWN,
158 elif button == cwiid.BTN_UP :
/dports/emulators/snes9x-gtk/snes9x-1.54.1/libretro/
H A Dlibretro.cpp527 #define BTN_UP RETRO_DEVICE_ID_JOYPAD_UP macro
577 MAP_BUTTON(MAKE_BUTTON(PAD_1, BTN_UP), "Joypad1 Up"); in map_buttons()
592 …MAP_BUTTON(MAKE_BUTTON(PAD_2, BTN_UP), "{Joypad2 Up,Superscope ToggleTurbo,Justifier1 AimOffscreen… in map_buttons()
605 MAP_BUTTON(MAKE_BUTTON(PAD_3, BTN_UP), "Joypad3 Up"); in map_buttons()
618 MAP_BUTTON(MAKE_BUTTON(PAD_4, BTN_UP), "Joypad4 Up"); in map_buttons()
631 MAP_BUTTON(MAKE_BUTTON(PAD_5, BTN_UP), "Joypad5 Up"); in map_buttons()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/product/
H A DFeatureSection.java54 private static final int BTN_UP = 6; field in FeatureSection
98 labels[BTN_UP] = PDEUIMessages.Product_FeatureSection_up; in getButtonLabels()
181 case BTN_UP: in buttonSelected()
525 …tablePart.setButtonEnabled(BTN_UP, canMove && isEditable() && hasSelection && table.getSelectionIn… in updateButtons()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/sherlock/scalpel/
H A Dscalpel_journal.h39 BTN_NONE, BTN_EXIT, BTN_BACK10, BTN_UP, BTN_DOWN, BTN_AHEAD110, BTN_SEARCH, enumerator
H A Dscalpel_journal.cpp265 return BTN_UP; in getHighlightedButton()
316 if (btn == BTN_UP) { in handleEvents()
384 } else if (((btn == BTN_UP && events._released) || key == _hotkeyUp) && _up) { in handleEvents()
/dports/games/scummvm/scummvm-2.5.1/engines/sherlock/scalpel/
H A Dscalpel_journal.h39 BTN_NONE, BTN_EXIT, BTN_BACK10, BTN_UP, BTN_DOWN, BTN_AHEAD110, BTN_SEARCH, enumerator
H A Dscalpel_journal.cpp265 return BTN_UP; in getHighlightedButton()
316 if (btn == BTN_UP) { in handleEvents()
384 } else if (((btn == BTN_UP && events._released) || key == _hotkeyUp) && _up) { in handleEvents()
/dports/www/domoticz/domoticz-2020.2/notifications/
H A Dxmbcclient.h46 #define BTN_UP 0x04 macro
508 if (!((m_Flags & BTN_DOWN) || (m_Flags & BTN_UP))) //If none of them are tagged. in ConstructPayload()
572 m_Flags = BTN_UP; in CPacketBUTTON()
/dports/multimedia/kodi/xbmc-19.3-Matrix/tools/EventClients/lib/c++/
H A Dxbmcclient.h47 #define BTN_UP 0x04 macro
508 if (!((m_Flags & BTN_DOWN) || (m_Flags & BTN_UP))) //If none of them are tagged. in ConstructPayload()
572 m_Flags = BTN_UP; in CPacketBUTTON()
/dports/games/residualvm/residualvm-0.3.1/backends/events/ps3sdl/
H A Dps3sdl-events.cpp38 BTN_UP = 3, enumerator
/dports/emulators/almostti/AlmostTI-DougMelton-Source/EMULib/
H A DEMULib.h54 #define BTN_UP 0x0004 macro
/dports/games/libretro-snes9x/snes9x-73aa348/libretro/
H A Dlibretro.cpp1414 #define BTN_UP RETRO_DEVICE_ID_JOYPAD_UP macro
1469 MAP_BUTTON(MAKE_BUTTON(PAD_1, BTN_UP), "Joypad1 Up"); in map_buttons()
1478 …MAP_BUTTON(MAKE_BUTTON(PAD_2, BTN_UP), "{Joypad2 Up,Superscope ToggleTurbo,Justifier1 AimOffscreen… in map_buttons()
1491 MAP_BUTTON(MAKE_BUTTON(PAD_3, BTN_UP), "{Joypad3 Up,Justifier2 AimOffscreen}"); in map_buttons()
1510 MAP_BUTTON(MAKE_BUTTON(PAD_4, BTN_UP), "Joypad4 Up"); in map_buttons()
1523 MAP_BUTTON(MAKE_BUTTON(PAD_5, BTN_UP), "Joypad5 Up"); in map_buttons()
/dports/devel/allegro5/allegro5-5.2.7.0/src/gp2xwiz/
H A Dwiz_joystick.c60 if (BUTTON(BTN_UP)) { in joywiz_fill_joystate()

12