Home
last modified time | relevance | path

Searched refs:KEYUP (Results 1 – 25 of 219) sorted by relevance

123456789

/dports/comms/fldigi/fldigi-4.1.20/src/cw_rtty/
H A Dview_cw.cxx127 enum {KEYDOWN, KEYUP, POST_TONE, QUERY }; enumerator
137 if (cw_receive_state == KEYUP) { in decode_state()
148 case KEYUP: in decode_state()
160 cw_receive_state = KEYUP; in decode_state()
179 cw_receive_state = KEYUP; in decode_state()
197 if (cw_state == KEYDOWN || cw_state == KEYUP) { in decode_state()
199 cw_receive_state = KEYUP; in decode_state()
219 cw_receive_state = KEYUP; in decode_state()
226 cw_receive_state = KEYUP; in decode_state()
275 decode_state(KEYUP); in detect_tone()
/dports/games/cake/cake_src/
H A Dmain.cpp413 left = KEYUP; in KeyboardUp()
417 up = KEYUP; in KeyboardUp()
421 right = KEYUP; in KeyboardUp()
425 down = KEYUP; in KeyboardUp()
429 pgnup = KEYUP; in KeyboardUp()
436 zoom = KEYUP; in KeyboardUp()
542 left = KEYUP; in KeyboardSpecUp()
545 up = KEYUP; in KeyboardSpecUp()
548 right = KEYUP; in KeyboardSpecUp()
551 down = KEYUP; in KeyboardSpecUp()
[all …]
/dports/devel/py-game/pygame-2.1.0/test/
H A Devent_test.py19 pygame.KEYUP,
39 pygame.KEYUP:{'key': pygame.K_SPACE},
50 ("KeyUp", pygame.KEYUP),
172 pygame.event.get(eventtype=[pygame.KEYUP, pygame.KEYDOWN])
183 pygame.event.clear(eventtype=[pygame.KEYUP, pygame.KEYDOWN])
194 pygame.event.peek(eventtype=[pygame.KEYUP, pygame.KEYDOWN])
311 pygame.KEYUP,
419 pygame.event.post(pygame.event.Event(pygame.KEYUP))
676 pygame.KEYUP,
761 pygame.KEYUP,
[all …]
/dports/games/endgame-singularity/singularity-1.00/singularity/code/graphics/
H A Ddialog.py82 up_event = pygame.event.Event(pygame.KEYUP, {'key': key, 'unicode': None})
291 elif event.type in (pygame.KEYDOWN, pygame.KEYUP):
327 insort_all(handlers, self.handlers.get(constants.KEYUP, []))
558 if event and event.type == pygame.KEYUP:
566 if event and event.type == pygame.KEYUP:
591 if event.type == pygame.KEYUP: return
631 if event and event.type == pygame.KEYUP:
636 if event and event.type == pygame.KEYUP:
H A Dconstants.py51 KEY, KEYDOWN, KEYUP, CLICK, DOUBLECLICK, MOUSEMOTION, DRAG, TICK, MOUSEWHEEL = range(9)
/dports/games/openbve/OpenBVE-1.8.2.1/source/Plugins/AtsPluginProxy/AtsPluginProxy/
H A DAtsPluginProxy.cpp54 typedef ATS_API void (__stdcall *KEYUP) (int atsKeyCode); KEYUP keyup = NULL; typedef
149 keyup = (KEYUP)functionhandle; in LoadDLL()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgViewer/
H A DViewerEventHandlers.cpp93 case(osgGA::GUIEventAdapter::KEYUP): in handle()
333 case(osgGA::GUIEventAdapter::KEYUP): in handle()
465 case(osgGA::GUIEventAdapter::KEYUP): in handle()
598 case(osgGA::GUIEventAdapter::KEYUP): in handle()
654 case(osgGA::GUIEventAdapter::KEYUP): in handle()
826 case(osgGA::GUIEventAdapter::KEYUP): in handle()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgViewer/
H A DViewerEventHandlers.cpp92 case(osgGA::GUIEventAdapter::KEYUP): in handle()
332 case(osgGA::GUIEventAdapter::KEYUP): in handle()
470 case(osgGA::GUIEventAdapter::KEYUP): in handle()
603 case(osgGA::GUIEventAdapter::KEYUP): in handle()
659 case(osgGA::GUIEventAdapter::KEYUP): in handle()
831 case(osgGA::GUIEventAdapter::KEYUP): in handle()
/dports/games/lincity-ng/lincity-ng-2.0/src/gui/
H A DEvent.hpp42 KEYUP, enumerator
H A DEvent.cpp29 type = KEYUP; in Event()
/dports/graphics/py-box2d-py/box2d-py-2.3.8/examples/backends/
H A Dsimple_framework.py40 from pygame.locals import (QUIT, KEYDOWN, KEYUP)
151 elif event.type == KEYUP:
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/applications/present3D/
H A DShowEventHandler.cpp28 case(osgGA::GUIEventAdapter::KEYUP): in handle()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/applications/present3D/
H A DShowEventHandler.cpp29 case(osgGA::GUIEventAdapter::KEYUP): in handle()
/dports/devel/jetbrains-goland/GoLand-2019.3.1/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/
H A Dbrowser.d.ts16 /**@deprecated*/ export const KEYUP: number; constant
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/
H A Dbrowser.d.ts16 /**@deprecated*/ export const KEYUP: number; constant
/dports/devel/simgear/simgear-2020.3.11/simgear/canvas/events/
H A Dinput_event_demo.cxx45 case osgGA::GUIEventAdapter::KEYUP: in handle()
/dports/devel/jetbrains-webstorm/WebStorm-213.6461.79/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/
H A Dbrowser.d.ts16 /**@deprecated*/ export const KEYUP: number; constant
/dports/devel/jetbrains-phpstorm/PhpStorm-213.6461.83/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/
H A Dbrowser.d.ts16 /**@deprecated*/ export const KEYUP: number; constant
/dports/games/palomino/palomino/src/input/
H A Ddevice_keyboard_osg.cc76 |osgGA::GUIEventAdapter::KEYUP) ) in handle()
/dports/editors/dhex/dhex_0.69/
H A Dinput.h25 #define KEYUP 0x010f macro
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUI/
H A DPopup.cpp43 case(osgGA::GUIEventAdapter::KEYUP): in handleImplementation()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/serializers/osgGA/
H A DGUIEventAdapter.cpp21 ADD_ENUM_VALUE( KEYUP );
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgWrappers/serializers/osgGA/
H A DGUIEventAdapter.cpp21 ADD_ENUM_VALUE( KEYUP );
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgUI/
H A DPopup.cpp43 case(osgGA::GUIEventAdapter::KEYUP): in handleImplementation()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/vcl/
H A Devent.hxx282 KEYUP = 5, enumerator
310 if ( (mnEventType == MouseNotifyEvent::KEYINPUT) || (mnEventType == MouseNotifyEvent::KEYUP) ) in GetKeyEvent()

123456789