Home
last modified time | relevance | path

Searched refs:KEYUP (Results 76 – 100 of 219) sorted by relevance

123456789

/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWidget/
H A DViewerEventHandlers.cpp148 if(ev!=osgGA::GUIEventAdapter::KEYDOWN && ev!=osgGA::GUIEventAdapter::KEYUP) return false; in handle()
/dports/x11-toolkits/fox14/fox-1.4.35/src/
H A Dfxwinkbd.cpp192 #define KEYUP(ks,vk) (((ks)[vk]&0x80)==0) macro
/dports/editors/dhex/dhex_0.69/
H A Dhexcalc.c106 case KEYUP: if (cursorline<(hHexCalc->valuenum-1)) cursorline++;break; in hexcalc()
H A Dmenu.c232 case KEYUP: MenuMoveUp(Menu); break; in MenuInteract()
/dports/misc/dartsim/dart-6.11.1/examples/operational_space_control/
H A Dmain.cpp194 case ::osgGA::GUIEventAdapter::KEYUP: in handle()
/dports/graphics/ogre3d/ogre-1.11.6/Components/Bites/src/
H A DOgreApplicationContext.cpp473 evt.type = AKeyEvent_getAction(event) == AKEY_EVENT_ACTION_DOWN ? KEYDOWN : KEYUP; in _fireInputEventAndroid()
495 case KEYUP: in _fireInputEvent()
/dports/graphics/azpainter/azpainter-2.1.7/mlib/src/private/
H A DmEvent_pv.c385 _PUT_EVENT(KEYUP, "code:0x%x vcode:0x%x raw:%d state:0x%x", in __mEventPutDebug()
/dports/graphics/azpainterb/azpainterb-1.1.3/mlib/src/private/
H A DmEvent_pv.c385 _PUT_EVENT(KEYUP, "code:0x%x vcode:0x%x raw:%d state:0x%x", in __mEventPutDebug()
/dports/audio/gogglesmm/gogglesmm-1.2.2/cfox/lib/
H A Dfxkeyboard.cpp201 #define KEYUP(ks,vk) (((ks)[vk]&0x80)==0) macro
/dports/x11-toolkits/fox16/fox-1.6.57/src/
H A Dfxkeyboard.cpp204 #define KEYUP(ks,vk) (((ks)[vk]&0x80)==0) macro
/dports/math/reduce/Reduce-svn5758-src/csl/fox/src/
H A Dfxkeyboard.cpp204 #define KEYUP(ks,vk) (((ks)[vk]&0x80)==0) macro
/dports/x11-toolkits/fox17/fox-1.7.77/lib/
H A Dfxkeyboard.cpp201 #define KEYUP(ks,vk) (((ks)[vk]&0x80)==0) macro
/dports/editors/libreoffice/libreoffice-7.2.6.2/sfx2/source/view/
H A Dframe2.cxx138 if ( nType == MouseNotifyEvent::KEYINPUT || nType == MouseNotifyEvent::KEYUP ) in PreNotify()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sfx2/source/view/
H A Dframe2.cxx145 if ( nType == MouseNotifyEvent::KEYINPUT || nType == MouseNotifyEvent::KEYUP ) in PreNotify()
/dports/graphics/py-box2d-py/box2d-py-2.3.8/examples/pgu/gui/
H A Dbutton.py29 elif e.type == KEYUP:
/dports/misc/dartsim/dart-6.11.1/examples/box_stacking/
H A Dmain.cpp188 else if (ea.getEventType() == osgGA::GUIEventAdapter::KEYUP) in handle()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/examples/osghud/
H A Dosghud.cpp245 case(osgGA::GUIEventAdapter::KEYUP): in handle()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/examples/osgtext3D/
H A Dosgtext3D.cpp54 else if (ea.getEventType() == osgGA::GUIEventAdapter::KEYUP) in handle()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/examples/osgcompositeviewer/
H A Dosgcompositeviewer.cpp143 case(osgGA::GUIEventAdapter::KEYUP): in handle()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/examples/osghud/
H A Dosghud.cpp245 case(osgGA::GUIEventAdapter::KEYUP): in handle()
/dports/misc/dartsim/dart-6.11.1/dart/gui/osg/
H A DImGuiHandler.cpp317 case osgGA::GUIEventAdapter::KEYUP: in handle()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/examples/osgshadow/
H A Dosgshadow.cpp76 if (ea.getEventType() == osgGA::GUIEventAdapter::KEYUP) in handle()
126 if (ea.getEventType() == osgGA::GUIEventAdapter::KEYUP) in handle()
153 if (ea.getEventType() == osgGA::GUIEventAdapter::KEYUP) in handle()
/dports/games/renpy/renpy-7.4.11-sdk/renpy/test/
H A Dtestkey.py359 pygame_sdl2.KEYUP,
/dports/misc/dartsim/dart-6.11.1/python/dartpy/gui/osg/
H A DGUIEventHandler.cpp122 DARTPY_DEFINE_ENUM_EVENT_TYPE(KEYUP) in GUIEventHandler()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgGA/
H A DUFOManipulator.cpp237 case(osgGA::GUIEventAdapter::KEYUP):

123456789