Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/diasurgical/devilution
/ SetCursor_
Function
SetCursor_
Source/cursor.cpp:92–98 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
90
}
91
92
void SetCursor_(int i)
93
{
94
pcurs = i;
95
cursW = InvItemWidth[i];
96
cursH = InvItemHeight[i];
97
SetICursor(i);
98
}
99
100
void NewCursor(int i)
101
{
Callers
15
PerformPrimaryAction
Function · 0.85
PerformSpellAction
Function · 0.85
PerformSecondaryAction
Function · 0.85
BlurInventory
Function · 0.85
PeekMessageA
Function · 0.85
TEST
Function · 0.85
TryDisarm
Function · 0.85
LoadGame
Function · 0.85
S_SBuyEnter
Function · 0.85
S_SPBuyEnter
Function · 0.85
StoreGoldFit
Function · 0.85
S_WBuyEnter
Function · 0.85
Calls
1
SetICursor
Function · 0.85
Tested by
1
TEST
Function · 0.68