Dayz 1.25
Dayz Code Explorer by KGB
Загрузка...
Поиск...
Не найдено
Mouse Events

Переменные

const int MB_EVENT_PRESS = 0
 
const int MB_EVENT_CLICK = 1
 
const int MB_EVENT_RELEASE = 2
 
const int MB_EVENT_DOUBLECLICK = 3
 
const int MB_EVENT_DRAG = 4
 

Подробное описание

\desc constants for mouse events in PluginKeyBinding

Переменные

◆ MB_EVENT_CLICK

◆ MB_EVENT_DOUBLECLICK

const int MB_EVENT_DOUBLECLICK = 3

◆ MB_EVENT_DRAG

const int MB_EVENT_DRAG = 4

Используется в PluginBase::OnFrame() и PluginBase::OnInit().

◆ MB_EVENT_PRESS

const int MB_EVENT_PRESS = 0

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

◆ MB_EVENT_RELEASE

const int MB_EVENT_RELEASE = 2