Home
last modified time | relevance | path

Searched refs:HOTBAR_START_X (Results 1 – 4 of 4) sorted by relevance

/dports/games/barony/Barony-3.3.7/src/interface/
H A Dinterface.hpp32 #define HOTBAR_START_X ((xres / 2) - (5 * hotbar_img->w * uiscale_hotbar)) macro
H A Dplayerinventory.cpp483 …SDL_WarpMouseInWindow(screen, (HOTBAR_START_X) + (selectedItemFromHotbar * hotbar_img->w) + (hotba… in releaseItem()
2999 pos.x = HOTBAR_START_X; in mouseInsidePlayerHotbar()
H A Dinterface.cpp1386 …if (x >= HOTBAR_START_X && x < HOTBAR_START_X + (10 * hotbar_img->w * uiscale_hotbar) && y >= STAT… in getHotbar()
1388 int relx = x - HOTBAR_START_X; //X relative to the start of the hotbar. in getHotbar()
H A Ddrawstatus.cpp352 initial_position.x = HOTBAR_START_X; in drawStatus()