DayZ 1.24
Loading...
Searching...
No Matches
Mouse Events

Variables

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
 

Detailed Description

\desc constants for mouse events in PluginKeyBinding

Variable Documentation

◆ MB_EVENT_CLICK

◆ MB_EVENT_DOUBLECLICK

const int MB_EVENT_DOUBLECLICK = 3

Definition at line 10 of file PluginKeyBinding.c.

Referenced by PluginBase::OnInit(), and PluginBase::OnMouseButtonRelease().

◆ MB_EVENT_DRAG

const int MB_EVENT_DRAG = 4

Definition at line 11 of file PluginKeyBinding.c.

Referenced by PluginBase::OnFrame(), and PluginBase::OnInit().

◆ MB_EVENT_PRESS

const int MB_EVENT_PRESS = 0

Definition at line 7 of file PluginKeyBinding.c.

Referenced by PluginBase::OnInit(), and PluginBase::OnMouseButtonPress().

◆ MB_EVENT_RELEASE

const int MB_EVENT_RELEASE = 2

Definition at line 9 of file PluginKeyBinding.c.

Referenced by PluginBase::OnInit(), and PluginBase::OnMouseButtonRelease().