Home
last modified time | relevance | path

Searched refs:setAltPressed (Results 1 – 25 of 33) sorted by relevance

12

/dports/games/py-fife/fifengine-0.4.2/engine/core/eventchannel/key/
H A Dkeyevent.h75 virtual void setAltPressed(bool pressed) { InputEvent::setAltPressed(pressed); } in setAltPressed() function
/dports/graphics/kolourpaint/kolourpaint-21.12.3/tools/
H A DkpTool_KeyboardEvents.cpp358 setAltPressed (e->modifiers () & Qt::AltModifier); in keyUpdateModifierState()
370 setAltPressed (keyState & Qt::AltModifier); in keyUpdateModifierState()
420 void kpTool::setAltPressed (bool pressed) in setAltPressed() function in kpTool
/dports/games/py-fife/fifengine-0.4.2/engine/core/eventchannel/mouse/
H A Dmouseevent.h122 virtual void setAltPressed(bool pressed) { InputEvent::setAltPressed(pressed); } in setAltPressed() function
/dports/devel/fifechan/fifechan-0.1.5/src/sdl/
H A Dsdlinput.cpp128 keyInput.setAltPressed(event.key.keysym.mod & KMOD_ALT); in pushInput()
146 keyInput.setAltPressed(event.key.keysym.mod & KMOD_ALT); in pushInput()
229 keyInput.setAltPressed(event.key.keysym.mod & KMOD_ALT); in pushInput()
/dports/games/spacejunk/spacejunk-1.0.5/guichan/include/guichan/
H A Dkeyinput.hpp167 void setAltPressed(bool pressed);
/dports/devel/guichan/guichan-0.8.2/include/guichan/
H A Dkeyinput.hpp167 void setAltPressed(bool pressed);
/dports/devel/fifechan/fifechan-0.1.5/include/fifechan/
H A Dkeyinput.hpp181 void setAltPressed(bool pressed);
/dports/games/qonk/qonk-0.3.1/guichan/guichan/
H A Dkeyinput.hpp160 void setAltPressed(bool pressed);
H A Dkeyinput.cpp122 void KeyInput::setAltPressed(bool pressed) in setAltPressed() function in gcn::KeyInput
/dports/devel/guichan/guichan-0.8.2/src/
H A Dkeyinput.cpp109 void KeyInput::setAltPressed(bool pressed) in setAltPressed() function in gcn::KeyInput
/dports/games/spacejunk/spacejunk-1.0.5/guichan/
H A Dkeyinput.cpp109 void KeyInput::setAltPressed(bool pressed) in setAltPressed() function in gcn::KeyInput
/dports/devel/fifechan/fifechan-0.1.5/src/
H A Dkeyinput.cpp130 void KeyInput::setAltPressed(bool pressed) in setAltPressed() function in fcn::KeyInput
/dports/games/stratagus/stratagus-3.2.0/src/guichan/include/guichan/
H A Dkey.h142 void setAltPressed(bool pressed);
/dports/games/wyrmgus/Wyrmgus-3.5.4/src/guichan/include/guichan/
H A Dkey.h142 void setAltPressed(bool pressed);
/dports/devel/guichan/guichan-0.8.2/src/hge/
H A Dhgeinput.cpp241 keyInput.setAltPressed(ki.flags & HGEINP_ALT); in pollKeyInput()
256 keyInput.setAltPressed(ki.flags & HGEINP_ALT); in pollKeyInput()
/dports/devel/fifechan/fifechan-0.1.5/src/hge/
H A Dhgeinput.cpp262 keyInput.setAltPressed(ki.flags & HGEINP_ALT);
277 keyInput.setAltPressed(ki.flags & HGEINP_ALT);
/dports/devel/guichan/guichan-0.8.2/src/openlayer/
H A Dopenlayerinput.cpp233 keyInput.setAltPressed( (key_shifts & KB_ALT_FLAG) != 0 ); in pollKeyInput()
256 keyInput.setAltPressed(iter->second.isAltPressed()); in pollKeyInput()
/dports/games/stratagus/stratagus-3.2.0/src/guichan/
H A Dkey.cpp128 void Key::setAltPressed(bool pressed) in setAltPressed() function in gcn::Key
/dports/games/wyrmgus/Wyrmgus-3.5.4/src/guichan/
H A Dkey.cpp128 void Key::setAltPressed(bool pressed) in setAltPressed() function in gcn::Key
/dports/games/py-fife/fifengine-0.4.2/engine/core/eventchannel/base/
H A Dinputevent.h64 virtual void setAltPressed(bool pressed) { m_isAltPressed = pressed; } in setAltPressed() function
/dports/games/qonk/qonk-0.3.1/guichan/guichan/sdl/
H A Dsdlinput.cpp125 keyInput.setAltPressed(event.key.keysym.mod & KMOD_ALT); in pushInput()
138 keyInput.setAltPressed(event.key.keysym.mod & KMOD_ALT); in pushInput()
/dports/devel/fifechan/fifechan-0.1.5/src/openlayer/
H A Dopenlayerinput.cpp253 keyInput.setAltPressed(key_shifts & KB_ALT_FLAG); in pollKeyInput()
321 keyInput.setAltPressed(iter->second.isAltPressed()); in pollKeyInput()
/dports/games/spacejunk/spacejunk-1.0.5/guichan/sdl/
H A Dsdlinput.cpp120 keyInput.setAltPressed(event.key.keysym.mod & KMOD_ALT); in pushInput()
142 keyInput.setAltPressed(event.key.keysym.mod & KMOD_ALT); in pushInput()
/dports/devel/guichan/guichan-0.8.2/src/allegro/
H A Dallegroinput.cpp232 keyInput.setAltPressed(key_shifts & KB_ALT_FLAG); in pollKeyInput()
300 keyInput.setAltPressed(iter->second.isAltPressed()); in pollKeyInput()
/dports/devel/guichan/guichan-0.8.2/src/sdl/
H A Dsdlinput.cpp120 keyInput.setAltPressed(event.key.keysym.mod & KMOD_ALT); in pushInput()
142 keyInput.setAltPressed(event.key.keysym.mod & KMOD_ALT); in pushInput()

12