DayZ 1.27
DayZ Explorer by KGB
 
Загрузка...
Поиск...
Не найдено

◆ BuildFixedCursor()

void ActionTargetsCursor::BuildFixedCursor ( )
inlineprotected

См. определение в файле ActionTargetsCursor.c строка 230

231 {
232 int w, h, x, y;
233
235 GetScreenSize(w, h);
236 x = w/2 + 32;
237 y = h/2 + 32;
238
239 m_Root.SetPos(x, y);
240 }
Icon x
Icon y
Widget m_Root
Определения ActionTargetsCursor.c:85
void PrepareCursorContent()
Определения ActionTargetsCursor.c:196
proto void GetScreenSize(out int x, out int y)

Перекрестные ссылки GetScreenSize(), m_Root, PrepareCursorContent(), x и y.

Используется в Update().