См. определение в файле PluginKeyBinding.c строка 207
208 {
210 if (button_info == NULL) return;
211 int time_curr =
g_Game.GetTime();
214 int time_delta_press = time_curr - time_last_press;
215 int time_delta_relase = time_curr - time_last_release;
216
218 {
219
220
222 }
224 {
225
226
228 }
229
230
231
233
235 }
void OnMouse(int event_id, int button)
const int DOUBLE_CLICK_TIME
MouseButtonInfo GetMouseButtonInfo(int button)
const int MB_EVENT_RELEASE
const int MB_EVENT_DOUBLECLICK
Перекрестные ссылки CLICK_TIME, DOUBLE_CLICK_TIME, g_Game, GetMouseButtonInfo(), MouseButtonInfo::GetTimeLastPress(), MouseButtonInfo::GetTimeLastRelease(), MB_EVENT_CLICK, MB_EVENT_DOUBLECLICK, MB_EVENT_RELEASE, OnMouse() и MouseButtonInfo::Release().