MCPcopy 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
92void SetCursor_(int i)
93{
94 pcurs = i;
95 cursW = InvItemWidth[i];
96 cursH = InvItemHeight[i];
97 SetICursor(i);
98}
99
100void NewCursor(int i)
101{

Callers 15

PerformPrimaryActionFunction · 0.85
PerformSpellActionFunction · 0.85
PerformSecondaryActionFunction · 0.85
BlurInventoryFunction · 0.85
PeekMessageAFunction · 0.85
TESTFunction · 0.85
TryDisarmFunction · 0.85
LoadGameFunction · 0.85
S_SBuyEnterFunction · 0.85
S_SPBuyEnterFunction · 0.85
StoreGoldFitFunction · 0.85
S_WBuyEnterFunction · 0.85

Calls 1

SetICursorFunction · 0.85

Tested by 1

TESTFunction · 0.68