MCPcopy Create free account
hub / github.com/diasurgical/devilution / CheckInvScrn

Function CheckInvScrn

Source/inv.cpp:1332–1338  ·  view source on GitHub ↗

* Check for interactions with belt */

Source from the content-addressed store, hash-verified

1330 * Check for interactions with belt
1331 */
1332void CheckInvScrn()
1333{
1334 if (MouseX > 190 + PANEL_LEFT && MouseX < 437 + PANEL_LEFT
1335 && MouseY > PANEL_TOP && MouseY < 33 + PANEL_TOP) {
1336 CheckInvItem();
1337 }
1338}
1339
1340void CheckItemStats(int pnum)
1341{

Callers 1

LeftMouseDownFunction · 0.85

Calls 1

CheckInvItemFunction · 0.85

Tested by

no test coverage detected