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

Function LeftMouseUp

Source/diablo.cpp:756–768  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

754}
755
756void LeftMouseUp()
757{
758 gmenu_left_mouse(FALSE);
759 control_release_talk_btn();
760 if (panbtndown)
761 CheckBtnUp();
762 if (chrbtnactive)
763 ReleaseChrBtns();
764 if (lvlbtndown)
765 ReleaseLvlBtn();
766 if (stextflag)
767 ReleaseStoreBtn();
768}
769
770void RightMouseDown()
771{

Callers 1

GM_GameFunction · 0.85

Calls 6

gmenu_left_mouseFunction · 0.85
control_release_talk_btnFunction · 0.85
CheckBtnUpFunction · 0.85
ReleaseChrBtnsFunction · 0.85
ReleaseLvlBtnFunction · 0.85
ReleaseStoreBtnFunction · 0.85

Tested by

no test coverage detected