Home
last modified time | relevance | path

Searched refs:setControlPressed (Results 1 – 25 of 34) sorted by relevance

12

/dports/games/py-fife/fifengine-0.4.2/engine/core/eventchannel/key/
H A Dkeyevent.h77 virtual void setControlPressed(bool pressed) { InputEvent::setControlPressed(pressed); } in setControlPressed() function
/dports/graphics/kolourpaint/kolourpaint-21.12.3/tools/
H A DkpTool_KeyboardEvents.cpp357 setControlPressed (e->modifiers () & Qt::ControlModifier); in keyUpdateModifierState()
369 setControlPressed (keyState & Qt::ControlModifier); in keyUpdateModifierState()
407 void kpTool::setControlPressed (bool pressed) in setControlPressed() function in kpTool
/dports/games/py-fife/fifengine-0.4.2/engine/core/eventchannel/mouse/
H A Dmouseevent.h124 virtual void setControlPressed(bool pressed) { InputEvent::setControlPressed(pressed); } in setControlPressed() function
/dports/devel/fifechan/fifechan-0.1.5/src/sdl/
H A Dsdlinput.cpp127 keyInput.setControlPressed(event.key.keysym.mod & KMOD_CTRL); in pushInput()
145 keyInput.setControlPressed(event.key.keysym.mod & KMOD_CTRL); in pushInput()
228 keyInput.setControlPressed(event.key.keysym.mod & KMOD_CTRL); in pushInput()
/dports/games/spacejunk/spacejunk-1.0.5/guichan/include/guichan/
H A Dkeyinput.hpp146 void setControlPressed(bool pressed);
/dports/devel/guichan/guichan-0.8.2/include/guichan/
H A Dkeyinput.hpp146 void setControlPressed(bool pressed);
/dports/devel/fifechan/fifechan-0.1.5/include/fifechan/
H A Dkeyinput.hpp162 void setControlPressed(bool pressed);
/dports/games/qonk/qonk-0.3.1/guichan/guichan/
H A Dkeyinput.hpp144 void setControlPressed(bool pressed);
H A Dkeyinput.cpp112 void KeyInput::setControlPressed(bool pressed) in setControlPressed() function in gcn::KeyInput
/dports/devel/guichan/guichan-0.8.2/src/
H A Dkeyinput.cpp99 void KeyInput::setControlPressed(bool pressed) in setControlPressed() function in gcn::KeyInput
/dports/games/spacejunk/spacejunk-1.0.5/guichan/
H A Dkeyinput.cpp99 void KeyInput::setControlPressed(bool pressed) in setControlPressed() function in gcn::KeyInput
/dports/devel/fifechan/fifechan-0.1.5/src/
H A Dkeyinput.cpp120 void KeyInput::setControlPressed(bool pressed) in setControlPressed() function in fcn::KeyInput
/dports/games/stratagus/stratagus-3.2.0/src/guichan/include/guichan/
H A Dkey.h128 void setControlPressed(bool pressed);
/dports/games/wyrmgus/Wyrmgus-3.5.4/src/guichan/include/guichan/
H A Dkey.h128 void setControlPressed(bool pressed);
/dports/devel/guichan/guichan-0.8.2/src/hge/
H A Dhgeinput.cpp242 keyInput.setControlPressed(ki.flags & HGEINP_CTRL); in pollKeyInput()
257 keyInput.setControlPressed(ki.flags & HGEINP_CTRL); in pollKeyInput()
/dports/devel/fifechan/fifechan-0.1.5/src/hge/
H A Dhgeinput.cpp263 keyInput.setControlPressed(ki.flags & HGEINP_CTRL);
278 keyInput.setControlPressed(ki.flags & HGEINP_CTRL);
/dports/devel/guichan/guichan-0.8.2/src/openlayer/
H A Dopenlayerinput.cpp234 keyInput.setControlPressed( (key_shifts & KB_CTRL_FLAG) != 0 ); in pollKeyInput()
257 keyInput.setControlPressed(iter->second.isControlPressed()); in pollKeyInput()
/dports/games/stratagus/stratagus-3.2.0/src/guichan/
H A Dkey.cpp118 void Key::setControlPressed(bool pressed) in setControlPressed() function in gcn::Key
/dports/games/wyrmgus/Wyrmgus-3.5.4/src/guichan/
H A Dkey.cpp118 void Key::setControlPressed(bool pressed) in setControlPressed() function in gcn::Key
/dports/games/py-fife/fifengine-0.4.2/engine/core/eventchannel/base/
H A Dinputevent.h72 virtual void setControlPressed(bool pressed) { m_isControlPressed = pressed; } in setControlPressed() function
/dports/games/qonk/qonk-0.3.1/guichan/guichan/sdl/
H A Dsdlinput.cpp124 keyInput.setControlPressed(event.key.keysym.mod & KMOD_CTRL); in pushInput()
137 keyInput.setControlPressed(event.key.keysym.mod & KMOD_CTRL); in pushInput()
/dports/devel/fifechan/fifechan-0.1.5/src/openlayer/
H A Dopenlayerinput.cpp254 keyInput.setControlPressed(key_shifts & KB_CTRL_FLAG); in pollKeyInput()
322 keyInput.setControlPressed(iter->second.isControlPressed()); in pollKeyInput()
/dports/games/spacejunk/spacejunk-1.0.5/guichan/sdl/
H A Dsdlinput.cpp119 keyInput.setControlPressed(event.key.keysym.mod & KMOD_CTRL); in pushInput()
141 keyInput.setControlPressed(event.key.keysym.mod & KMOD_CTRL); in pushInput()
/dports/devel/guichan/guichan-0.8.2/src/allegro/
H A Dallegroinput.cpp233 keyInput.setControlPressed(key_shifts & KB_CTRL_FLAG); in pollKeyInput()
301 keyInput.setControlPressed(iter->second.isControlPressed()); in pollKeyInput()
/dports/devel/guichan/guichan-0.8.2/src/sdl/
H A Dsdlinput.cpp119 keyInput.setControlPressed(event.key.keysym.mod & KMOD_CTRL); in pushInput()
141 keyInput.setControlPressed(event.key.keysym.mod & KMOD_CTRL); in pushInput()

12