DIFF

Mouse Events

constants for mouse events in PluginKeyBinding

Variables

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