Home
last modified time | relevance | path

Searched refs:KEYUP (Results 26 – 50 of 219) sorted by relevance

123456789

/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgWidget/
H A DViewerEventHandlers.cpp150 ev != osgGA::GUIEventAdapter::KEYUP in handle()
161 else if(ev == osgGA::GUIEventAdapter::KEYUP) return _wm->keyUp(key, keyMask); in handle()
/dports/graphics/xaos/XaoS-release-4.2.1/src/ui/
H A Dmainwindow.cpp207 #define KEYUP 4 macro
277 assert(!((key) & ~(KEYLEFT | KEYRIGHT | KEYUP | KEYDOWN)) && in processEvents()
338 if (key & KEYUP) in processEvents()
342 if (key & (KEYUP | KEYDOWN)) { in processEvents()
939 m_keyCombination |= KEYUP; in keyPressEvent()
964 m_keyCombination &= ~KEYUP; in keyReleaseEvent()
/dports/games/hypatia_engine/hypatia_engine-0.3.1/hypatia/
H A Dcontrollers.py65 if event.type == KEYUP:
/dports/devel/py-game_sdl2/pygame_sdl2-2.1.0-for-renpy-7.4.11/include/
H A Devent_list.pxi16 KEYUP = SDL_KEYUP variable
H A Devent_names.pxi17 SDL_KEYUP : 'KEYUP',
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/vcl/
H A Devent.hxx275 KEYUP = 5, enumerator
304 if ( (mnEventType == MouseNotifyEvent::KEYINPUT) || (mnEventType == MouseNotifyEvent::KEYUP) ) in GetKeyEvent()
/dports/devel/py-game/pygame-2.1.0/docs/reST/ref/
H A Dlocals.rst24 the ``KEYDOWN`` and ``KEYUP`` events.
/dports/graphics/ogre3d/ogre-1.11.6/Components/Bites/include/
H A DOgreInput.h33 KEYUP, enumerator
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/examples/osgvnc/
H A Dosgvnc.cpp19 case(osgGA::GUIEventAdapter::KEYUP): in handle()
/dports/misc/dartsim/dart-6.11.1/examples/empty/
H A Dmain.cpp110 else if (ea.getEventType() == osgGA::GUIEventAdapter::KEYUP) in handle()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/examples/osgvnc/
H A Dosgvnc.cpp19 case(osgGA::GUIEventAdapter::KEYUP): in handle()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/lib/libRocket/Source/Core/
H A DStringCache.h112 extern const String KEYUP;
H A DStringCache.cpp110 const String KEYUP = "keyup"; variable
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/examples/osgdirectinput/
H A Dosgdirectinput.cpp67 case osgGA::GUIEventAdapter::KEYUP: in handle()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/examples/osgdirectinput/
H A Dosgdirectinput.cpp67 case osgGA::GUIEventAdapter::KEYUP: in handle()
/dports/devel/py-game/pygame-2.1.0/examples/
H A Dstars.py88 if e.type == pg.QUIT or (e.type == pg.KEYUP and e.key == pg.K_ESCAPE):
/dports/games/flightgear/flightgear-2020.3.11/src/Viewer/
H A DPUICamera.cxx193 case(osgGA::GUIEventAdapter::KEYUP): in handle()
195 const bool isKeyRelease = (ea.getEventType() == osgGA::GUIEventAdapter::KEYUP); in handle()
H A DFGEventHandler.cxx149 case osgGA::GUIEventAdapter::KEYUP: in handle()
391 if (eventType == osgGA::GUIEventAdapter::KEYUP) in handleKey()
/dports/editors/libreoffice/libreoffice-7.2.6.2/dbaccess/source/ui/browser/
H A Ddataview.cxx110 case MouseNotifyEvent::KEYUP: in PreNotify()
/dports/graphics/ogre3d/ogre-1.11.6/Components/Bites/src/
H A DSDLInputMapping.h25 out.type = OgreBites::KEYUP; in convert()
/dports/x11-wm/flwm/flwm-1.16/
H A Dmain.C134 goto KEYUP; in flwm_event_handler()
139 KEYUP: in flwm_event_handler()
/dports/games/renpy/renpy-7.4.11-sdk/renpy/common/
H A D00touchkeyboard.rpy55 pygame_sdl2.KEYUP,
81 pygame_sdl2.KEYUP,
/dports/editors/libreoffice6/libreoffice-6.4.7.2/dbaccess/source/ui/browser/
H A Ddataview.cxx123 case MouseNotifyEvent::KEYUP: in PreNotify()
/dports/graphics/py-box2d-py/box2d-py-2.3.8/examples/backends/
H A Dpygame_framework.py54 from pygame.locals import (QUIT, KEYDOWN, KEYUP, MOUSEBUTTONDOWN,
307 elif event.type == KEYUP:
/dports/games/renpy/renpy-7.4.11-sdk/renpy/display/
H A Demulator.py83 elif ev.type == pygame.KEYUP and not ios:

123456789