Package org.cef.misc
Class EventFlags
- java.lang.Object
-
- org.cef.misc.EventFlags
-
public final class EventFlags extends java.lang.ObjectSupported event bit flags.
-
-
Field Summary
Fields Modifier and Type Field Description static intEVENTFLAG_ALT_DOWNstatic intEVENTFLAG_CAPS_LOCK_ONstatic intEVENTFLAG_COMMAND_DOWNstatic intEVENTFLAG_CONTROL_DOWNstatic intEVENTFLAG_IS_KEY_PADstatic intEVENTFLAG_IS_LEFTstatic intEVENTFLAG_IS_RIGHTstatic intEVENTFLAG_LEFT_MOUSE_BUTTONstatic intEVENTFLAG_MIDDLE_MOUSE_BUTTONstatic intEVENTFLAG_NONEstatic intEVENTFLAG_NUM_LOCK_ONstatic intEVENTFLAG_RIGHT_MOUSE_BUTTONstatic intEVENTFLAG_SHIFT_DOWN
-
Constructor Summary
Constructors Constructor Description EventFlags()
-
-
-
Field Detail
-
EVENTFLAG_NONE
public static final int EVENTFLAG_NONE
- See Also:
- Constant Field Values
-
EVENTFLAG_CAPS_LOCK_ON
public static final int EVENTFLAG_CAPS_LOCK_ON
- See Also:
- Constant Field Values
-
EVENTFLAG_SHIFT_DOWN
public static final int EVENTFLAG_SHIFT_DOWN
- See Also:
- Constant Field Values
-
EVENTFLAG_CONTROL_DOWN
public static final int EVENTFLAG_CONTROL_DOWN
- See Also:
- Constant Field Values
-
EVENTFLAG_ALT_DOWN
public static final int EVENTFLAG_ALT_DOWN
- See Also:
- Constant Field Values
-
EVENTFLAG_LEFT_MOUSE_BUTTON
public static final int EVENTFLAG_LEFT_MOUSE_BUTTON
- See Also:
- Constant Field Values
-
EVENTFLAG_MIDDLE_MOUSE_BUTTON
public static final int EVENTFLAG_MIDDLE_MOUSE_BUTTON
- See Also:
- Constant Field Values
-
EVENTFLAG_RIGHT_MOUSE_BUTTON
public static final int EVENTFLAG_RIGHT_MOUSE_BUTTON
- See Also:
- Constant Field Values
-
EVENTFLAG_COMMAND_DOWN
public static final int EVENTFLAG_COMMAND_DOWN
- See Also:
- Constant Field Values
-
EVENTFLAG_NUM_LOCK_ON
public static final int EVENTFLAG_NUM_LOCK_ON
- See Also:
- Constant Field Values
-
EVENTFLAG_IS_KEY_PAD
public static final int EVENTFLAG_IS_KEY_PAD
- See Also:
- Constant Field Values
-
EVENTFLAG_IS_LEFT
public static final int EVENTFLAG_IS_LEFT
- See Also:
- Constant Field Values
-
EVENTFLAG_IS_RIGHT
public static final int EVENTFLAG_IS_RIGHT
- See Also:
- Constant Field Values
-
-