constants for mouse events in PluginKeyBinding
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
Class.member