Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/diasurgical/devilution
/ SetICursor
Function
SetICursor
Source/cursor.cpp:84–90 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
82
}
83
84
void SetICursor(int i)
85
{
86
icursW = InvItemWidth[i];
87
icursH = InvItemHeight[i];
88
icursW28 = icursW / 28;
89
icursH28 = icursH / 28;
90
}
91
92
void SetCursor_(int i)
93
{
Callers
4
StoreAutoPlace
Function · 0.85
SetCursor_
Function · 0.85
CheckInvPaste
Function · 0.85
AutoGetItem
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected