Home
last modified time | relevance | path

Searched refs:CURSOR_HAND (Results 1 – 25 of 245) sorted by relevance

12345678910

/dports/games/openlierox/OpenLieroX/include/DeprecatedGUI/
H A DCButton.h108 …int MouseOver(mouse_t *tMouse) { bMouseOver = true; SetGameCursor(CURSOR_HAND); return BTN_MOUS… in MouseOver()
109 …int MouseUp(mouse_t *tMouse, int nDown) { bMouseDown = false; SetGameCursor(CURSOR_HAND); return… in MouseUp()
110 …use, int nDown) { bMouseOver = true; bMouseDown = false; SetGameCursor(CURSOR_HAND); return BTN_CL… in MouseClicked()
111 …ouse, int nDown) { bMouseOver = true; bMouseDown = true; SetGameCursor(CURSOR_HAND); return BTN_NO… in MouseDown()
H A DCTitleButton.h61 …int MouseOver(mouse_t *tMouse) { bMouseOver=true; SetGameCursor(CURSOR_HAND); return TBT_MOUSEO… in MouseOver()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/titanic/game/
H A Dget_lift_eye2.cpp62 _cursorId = CURSOR_HAND; in ActMsg()
69 _cursorId = CURSOR_HAND; in EnterRoomMsg()
81 _cursorId = CURSOR_HAND; in VisibleMsg()
H A Dhammer_clip.cpp55 _cursorId = CURSOR_HAND; in StatusChangeMsg()
/dports/games/scummvm/scummvm-2.5.1/engines/titanic/game/
H A Dget_lift_eye2.cpp62 _cursorId = CURSOR_HAND; in ActMsg()
69 _cursorId = CURSOR_HAND; in EnterRoomMsg()
81 _cursorId = CURSOR_HAND; in VisibleMsg()
H A Dhammer_clip.cpp55 _cursorId = CURSOR_HAND; in StatusChangeMsg()
/dports/games/devilutionX/devilutionX-1.2.1/Source/
H A Ddiablo.cpp721 NewCursor(CURSOR_HAND); in TryIconCurs()
729 NewCursor(CURSOR_HAND); in TryIconCurs()
737 NewCursor(CURSOR_HAND); in TryIconCurs()
745 NewCursor(CURSOR_HAND); in TryIconCurs()
756 NewCursor(CURSOR_HAND); in TryIconCurs()
761 NewCursor(CURSOR_HAND); in TryIconCurs()
821 NewCursor(CURSOR_HAND); in LeftMouseDown()
835 NewCursor(CURSOR_HAND); in LeftMouseDown()
868 if (pcurs == CURSOR_HAND) { in RightMouseDown()
872 NewCursor(CURSOR_HAND); in RightMouseDown()
[all …]
H A Dgamemenu.cpp153 SetCursor_(CURSOR_HAND); in gamemenu_load_game()
160 if (pcurs != CURSOR_HAND) { in gamemenu_save_game()
178 SetCursor_(CURSOR_HAND); in gamemenu_save_game()
H A Dspells.cpp171 if (!manaonly && pcurs != CURSOR_HAND) { in CheckSpell()
267 NewCursor(CURSOR_HAND); in DoResurrect()
308 NewCursor(CURSOR_HAND); in DoHealOther()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/unittests/
H A Dtest_cursor.py16 c = wx.Cursor(wx.CURSOR_HAND)
41 wx.CURSOR_HAND
/dports/games/flightgear/flightgear-2020.3.11/src/GUI/
H A DMouseCursor.cxx106 case CURSOR_HAND: return osgViewer::GraphicsWindow::HandCursor; in translateCursor()
225 { "hand", FGMouseCursor::CURSOR_HAND },
H A DMouseCursor.hxx36 CURSOR_HAND, ///< the browser 'link' cursor enumerator
/dports/games/devilutionX/devilutionX-1.2.1/SourceX/controls/
H A Dplrctrls.cpp1083 if (pcurs > CURSOR_HAND && pcurs < CURSOR_FIRSTITEM) { in PerformPrimaryAction()
1085 SetCursor_(CURSOR_HAND); in PerformPrimaryAction()
1161 return pcurs == CURSOR_HAND; in TryDropItem()
1172 else if (pcurs > CURSOR_HAND) { in PerformSpellAction()
1174 SetCursor_(CURSOR_HAND); in PerformSpellAction()
1181 if (pcurs > CURSOR_HAND) in PerformSpellAction()
1182 SetCursor_(CURSOR_HAND); in PerformSpellAction()
1234 if (pcurs > CURSOR_HAND) in PerformSecondaryAction()
1235 SetCursor_(CURSOR_HAND); in PerformSecondaryAction()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/tests/org.eclipse.swt.tests/ManualTests/org/eclipse/swt/tests/manual/
H A DBug561444_JvmCrash_SetRedraw.java146 textS.setCursor(new Cursor(display, SWT.CURSOR_HAND)); in main()
147 textM.setCursor(new Cursor(display, SWT.CURSOR_HAND)); in main()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.forms/src/org/eclipse/ui/internal/forms/widgets/
H A DFormsResources.java33 return Display.getCurrent().getSystemCursor(SWT.CURSOR_HAND); in getHandCursor()
/dports/games/devilutionX/devilutionX-1.2.1/SourceX/miniwin/
H A Dmisc_msg.cpp296 if (pcurs > CURSOR_HAND) in BlurInventory()
297 SetCursor_(CURSOR_HAND); in BlurInventory()
403 SetCursor_(CURSOR_HAND); in FetchMessage()
424 SetCursor_(CURSOR_HAND); in FetchMessage()
/dports/games/openlierox/OpenLieroX/src/client/DeprecatedGUI/
H A DCTextButton.cpp24 SetGameCursor(CURSOR_HAND); in MouseOver()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/titanic/game/pickup/
H A Dpick_up_vis_centre.cpp43 _cursorId = CURSOR_HAND; in load()
/dports/games/scummvm/scummvm-2.5.1/engines/titanic/game/pickup/
H A Dpick_up_vis_centre.cpp43 _cursorId = CURSOR_HAND; in load()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/examples/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/
H A DSnippet44.java30 final Cursor cursor = display.getSystemCursor(SWT.CURSOR_HAND); in main()
/dports/devel/love10/love-0.10.2/src/modules/mouse/
H A DCursor.h52 CURSOR_HAND, enumerator
/dports/devel/love/love-11.3/src/modules/mouse/
H A DCursor.h54 CURSOR_HAND, enumerator
/dports/games/openlierox/OpenLieroX/include/
H A DCursor.h28 CURSOR_HAND, enumerator
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/titanic/support/
H A Dmouse_cursor.h42 CURSOR_HAND = 8, enumerator
/dports/games/scummvm/scummvm-2.5.1/engines/titanic/support/
H A Dmouse_cursor.h42 CURSOR_HAND = 8, enumerator

12345678910