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

◆ OnDraggingEnd()

void OnDraggingEnd ( )

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

150 {
151 float wx, wy;
152 m_DebugRootWidget.GetScreenPos(wx,wy);
154 {
155 m_ConfigDebugProfile.SetItemDebugPos(Vector(wx,wy,0));
156 }
157 }
Widget m_DebugRootWidget
Определения PluginItemDiagnostic.c:60
PluginConfigDebugProfile m_ConfigDebugProfile
Определения PluginItemDiagnostic.c:58
proto native vector Vector(float x, float y, float z)
Vector constructor from components.

Перекрестные ссылки m_ConfigDebugProfile, m_DebugRootWidget и Vector().

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