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

◆ GetMouseButtonInfo()

MouseButtonInfo PluginBase::GetMouseButtonInfo ( int button)
inlineprotected

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

358 {
359 for ( int i = 0; i < m_MouseButtons.Count(); ++i )
360 {
361 MouseButtonInfo info = m_MouseButtons.Get(i);
362
363 if ( info.GetButtonID() == button )
364 {
365 return info;
366 }
367 }
368 return NULL;
369 }
int GetButtonID()
Определения MouseButtonInfo.c:14
ref array< ref MouseButtonInfo > m_MouseButtons
Определения PluginKeyBinding.c:282

Перекрестные ссылки MouseButtonInfo::GetButtonID() и m_MouseButtons.

Используется в OnMouseButtonPress() и OnMouseButtonRelease().