Home
last modified time | relevance | path

Searched refs:isShiftPressed (Results 1 – 25 of 178) sorted by relevance

12345678

/dports/games/qonk/qonk-0.3.1/guichan/guichan/
H A Dinputevent.cpp66 bool isShiftPressed, in InputEvent() argument
71 mShiftPressed(isShiftPressed), in InputEvent()
80 bool InputEvent::isShiftPressed() const in isShiftPressed() function in gcn::InputEvent
H A Dinputevent.hpp85 bool isShiftPressed,
95 virtual bool isShiftPressed() const;
H A Dkeyevent.cpp66 bool isShiftPressed, in KeyEvent() argument
74 isShiftPressed, in KeyEvent()
H A Dmouseevent.cpp66 bool isShiftPressed, in MouseEvent() argument
76 isShiftPressed, in MouseEvent()
/dports/games/spacejunk/spacejunk-1.0.5/guichan/
H A Dinputevent.cpp53 bool isShiftPressed, in InputEvent() argument
58 mShiftPressed(isShiftPressed), in InputEvent()
67 bool InputEvent::isShiftPressed() const in isShiftPressed() function in gcn::InputEvent
H A Dkeyevent.cpp53 bool isShiftPressed, in KeyEvent() argument
61 isShiftPressed, in KeyEvent()
H A Dmouseevent.cpp53 bool isShiftPressed, in MouseEvent() argument
63 isShiftPressed, in MouseEvent()
/dports/devel/guichan/guichan-0.8.2/src/
H A Dinputevent.cpp53 bool isShiftPressed, in InputEvent() argument
58 mShiftPressed(isShiftPressed), in InputEvent()
67 bool InputEvent::isShiftPressed() const in isShiftPressed() function in gcn::InputEvent
H A Dkeyevent.cpp53 bool isShiftPressed, in KeyEvent() argument
61 isShiftPressed, in KeyEvent()
H A Dmouseevent.cpp53 bool isShiftPressed, in MouseEvent() argument
63 isShiftPressed, in MouseEvent()
/dports/devel/fifechan/fifechan-0.1.5/src/
H A Dinputevent.cpp75 bool isShiftPressed, in InputEvent() argument
80 mShiftPressed(isShiftPressed), in InputEvent()
90 bool InputEvent::isShiftPressed() const in isShiftPressed() function in fcn::InputEvent
H A Dkeyevent.cpp75 bool isShiftPressed, in KeyEvent() argument
84 isShiftPressed, in KeyEvent()
H A Dmouseevent.cpp75 bool isShiftPressed, in MouseEvent() argument
86 isShiftPressed, in MouseEvent()
/dports/graphics/kimageannotator/kImageAnnotator-0.5.3/tests/common/helper/
H A DKeyHelperTest.cpp100 QCOMPARE(keyHelper.isShiftPressed(), false); in TestIsShiftPressed_Should_ReturnTrue_When_ShiftWasPressed()
104 QCOMPARE(keyHelper.isShiftPressed(), true); in TestIsShiftPressed_Should_ReturnTrue_When_ShiftWasPressed()
113 QCOMPARE(keyHelper.isShiftPressed(), true); in TestIsShiftPressed_Should_ReturnFalse_When_ShiftWasReleased()
117 QCOMPARE(keyHelper.isShiftPressed(), false); in TestIsShiftPressed_Should_ReturnFalse_When_ShiftWasReleased()
/dports/graphics/kimageannotator/kImageAnnotator-0.5.3/src/annotations/items/text/
H A DKeyInputHelper.cpp32 if (isShiftPressed(event)) { in handleKeyPress()
89 bool shiftPressed = isShiftPressed(event); in getTextWithCorrectCase()
99 bool KeyInputHelper::isShiftPressed(const QKeyEvent *event) const in isShiftPressed() function in kImageAnnotator::KeyInputHelper
/dports/games/stratagus/stratagus-3.2.0/src/guichan/widgets/
H A Dtextfield.cpp229 if (key.isShiftPressed()) { in keyPress()
235 } else if (!key.isShiftPressed()) { in keyPress()
251 if (key.isShiftPressed()) { in keyPress()
257 } else if (!key.isShiftPressed()) { in keyPress()
310 if (key.isShiftPressed()) { in keyPress()
322 if (key.isShiftPressed()) { in keyPress()
/dports/games/wyrmgus/Wyrmgus-3.5.4/src/guichan/widgets/
H A Dtextfield.cpp229 if (key.isShiftPressed()) { in keyPress()
235 } else if (!key.isShiftPressed()) { in keyPress()
251 if (key.isShiftPressed()) { in keyPress()
257 } else if (!key.isShiftPressed()) { in keyPress()
310 if (key.isShiftPressed()) { in keyPress()
322 if (key.isShiftPressed()) { in keyPress()
/dports/games/spacejunk/spacejunk-1.0.5/guichan/include/guichan/
H A Dinputevent.hpp72 bool isShiftPressed,
83 bool isShiftPressed() const;
/dports/devel/guichan/guichan-0.8.2/include/guichan/
H A Dinputevent.hpp72 bool isShiftPressed,
83 bool isShiftPressed() const;
/dports/devel/fifechan/fifechan-0.1.5/include/fifechan/
H A Dinputevent.hpp94 bool isShiftPressed,
105 bool isShiftPressed() const;
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/visualization/include/pcl/visualization/
H A Dkeyboard_event.h85 isShiftPressed () const;
149 KeyboardEvent::isShiftPressed () const in isShiftPressed() function
/dports/biology/ugene/ugene-40.1/src/corelibs/U2View/src/ov_msa/
H A DMcaEditorReferenceArea.cpp114 const bool isShiftPressed = km.testFlag(Qt::ShiftModifier); in mousePressEvent() local
115 if (!isShiftPressed) { in mousePressEvent()
149 const bool isShiftPressed = km.testFlag(Qt::ShiftModifier); in keyPressEvent() local
155 if (isShiftPressed) { in keyPressEvent()
181 if (isShiftPressed) { in keyPressEvent()
/dports/graphics/kimageannotator/kImageAnnotator-0.5.3/src/common/helper/
H A DKeyHelper.cpp52 bool KeyHelper::isShiftPressed() const in isShiftPressed() function in kImageAnnotator::KeyHelper
95 if (isShiftPressed()) { in emitPressSignal()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/titanic/pet_control/
H A Dpet_rooms_glyphs.cpp109 bool isShiftPressed = g_vm->_events->getSpecialButtons() & MK_SHIFT; in selectGlyph() local
111 if (isShiftPressed) { in selectGlyph()
122 bool isShiftPressed = g_vm->_events->getSpecialButtons() & MK_SHIFT; in dragGlyph() local
125 if (!isShiftPressed && petControl) { in dragGlyph()
/dports/games/scummvm/scummvm-2.5.1/engines/titanic/pet_control/
H A Dpet_rooms_glyphs.cpp109 bool isShiftPressed = g_vm->_events->getSpecialButtons() & MK_SHIFT; in selectGlyph() local
111 if (isShiftPressed) { in selectGlyph()
122 bool isShiftPressed = g_vm->_events->getSpecialButtons() & MK_SHIFT; in dragGlyph() local
125 if (!isShiftPressed && petControl) { in dragGlyph()

12345678