webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Enumerations
mouse.h File Reference

Go to the source code of this file.

Enumerations

enum  MouseButton {
  MOUSEBUTTON_UNKNOWN, MOUSEBUTTON_LEFT, MOUSEBUTTON_RIGHT, MOUSEBUTTON_MIDDLE,
  MOUSEBUTTON_BUTTON4, MOUSEBUTTON_BUTTON5, MOUSEBUTTON_COUNT, LeftMouseButton = 0,
  MiddleMouseButton = 1, RightMouseButton = 2, NoMouseButton = -1
}
 

Enumeration Type Documentation

◆ MouseButton

Enumerator
MOUSEBUTTON_UNKNOWN 
MOUSEBUTTON_LEFT 
MOUSEBUTTON_RIGHT 
MOUSEBUTTON_MIDDLE 
MOUSEBUTTON_BUTTON4 
MOUSEBUTTON_BUTTON5 
MOUSEBUTTON_COUNT 
LeftMouseButton 
MiddleMouseButton 
RightMouseButton 
NoMouseButton