Searched refs:buttonState (Results 1 - 12 of 12) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/extensions/
H A DQIArrowButtonSwitch.cpp39 void QIArrowButtonSwitch::setIconForButtonState(QIArrowButtonSwitch::ButtonState buttonState, const QIcon &icon) argument
42 m_icons[buttonState] = icon;
H A DQIArrowButtonSwitch.h42 /** Defines the @a icon for the @a buttonState. */
43 void setIconForButtonState(ButtonState buttonState, const QIcon &icon);
/vbox/src/VBox/Frontends/VBoxFB/
H A DVBoxFB.cpp535 int buttonState = 0; local
537 buttonState |= MouseButtonState::LeftButton;
539 buttonState |= MouseButtonState::RightButton;
541 buttonState |= MouseButtonState::MiddleButton;
543 buttonState);
/vbox/src/VBox/Main/src-client/
H A DMouseImpl.cpp453 static uint32_t i_mouseButtonsToPDM(LONG buttonState) argument
456 if (buttonState & MouseButtonState_LeftButton)
458 if (buttonState & MouseButtonState_RightButton)
460 if (buttonState & MouseButtonState_MiddleButton)
462 if (buttonState & MouseButtonState_XButton1)
464 if (buttonState & MouseButtonState_XButton2)
/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v2_2.h3680 PRInt32 buttonState
3688 PRInt32 buttonState
H A DVBoxCAPI_v3_0.h4233 PRInt32 buttonState
4241 PRInt32 buttonState
H A DVBoxCAPI_v3_1.h4130 PRInt32 buttonState
4139 PRInt32 buttonState
H A DVBoxCAPI_v3_2.h4340 PRInt32 buttonState
4349 PRInt32 buttonState
H A DVBoxCAPI_v4_0.h4625 PRInt32 buttonState
4634 PRInt32 buttonState
H A DVBoxCAPI_v4_1.h5001 PRInt32 buttonState
5010 PRInt32 buttonState
H A DVBoxCAPI_v4_2.h5923 PRInt32 buttonState
5932 PRInt32 buttonState
H A DVBoxCAPI_v4_3.h11893 PRInt32 buttonState
11902 PRInt32 buttonState
11943 PRInt32 buttonState
11952 PRInt32 buttonState

Completed in 413 milliseconds