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

◆ RegisterOnMouseLeave()

void WidgetEventHandler::RegisterOnMouseLeave ( Widget w,
Managed eventHandler,
string functionName )
inlineprotected

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

127 {
128 w.SetHandler( this );
129 Param param = new Param2<Managed, string>( eventHandler, functionName );
130 m_OnMouseButtonLeave.Insert( w, param );
131 }
ref map< Widget, ref Param > m_OnMouseButtonLeave
Определения WidgetEventHandler.c:13

Перекрестные ссылки m_OnMouseButtonLeave.

Используется в AttachmentCategoriesSlotsContainer::AttachmentCategoriesSlotsContainer(), ClosableHeader::ClosableHeader(), Icon::InitEx() и SlotsIcon::SlotsIcon().