Home
last modified time | relevance | path

Searched refs:EVENT_KEY_UP (Results 1 – 17 of 17) sorted by relevance

/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgWidget/
H A DEventInterface45 EVENT_KEY_UP = 0x0400,
57 EVENT_MASK_KEY = EVENT_KEY_UP | EVENT_KEY_DOWN
384 else if(ev.type == EVENT_KEY_UP)
405 bool canKeyUp () const { return (_eventMask & EVENT_KEY_UP) != 0; }
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/include/osgWidget/
H A DEventInterface45 EVENT_KEY_UP = 0x0400,
57 EVENT_MASK_KEY = EVENT_KEY_UP | EVENT_KEY_DOWN
384 else if(ev.type == EVENT_KEY_UP)
405 bool canKeyUp () const { return (_eventMask & EVENT_KEY_UP) != 0; }
/dports/cad/gds3d/GDS3D-bcdb97a/gdsoglviewer/
H A Dwindowmanager.h43 EVENT_KEY_UP = 4 enumerator
H A Dui_ruler.cpp200 if( event == EVENT_KEY_UP ) // Key up in Event()
H A Dui_highlight.cpp273 if( event == EVENT_KEY_UP ) // Key up in Event()
/dports/x11-wm/e16/e16-1.0.24/src/
H A Daclass.c110 if (!key || !key[0] || (event != EVENT_KEY_DOWN && event != EVENT_KEY_UP)) in ActionCreate()
128 if ((aa->event == EVENT_KEY_DOWN) || (aa->event == EVENT_KEY_UP)) in ActionDestroy()
508 event = EVENT_KEY_UP; in ActionDecode()
620 case EVENT_KEY_UP: in ActionEncode()
1005 type = EVENT_KEY_UP; in ActionclassEvent()
H A DE.h112 #define EVENT_KEY_UP 5 macro
/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/src/app/
H A Dinput.cpp95 event.type == EVENT_KEY_UP) in EventProcess()
107 event.type == EVENT_KEY_UP) in EventProcess()
135 else if (event.type == EVENT_KEY_UP) in EventProcess()
H A Dapp.cpp1266 event.type = EVENT_KEY_UP; in ProcessSystemEvent()
1380 case EVENT_KEY_UP: in LogEvent()
1441 if ((sourceEvent.type == EVENT_KEY_DOWN) || (sourceEvent.type == EVENT_KEY_UP)) in CreateVirtualEvent()
1466 virtualEvent.type = EVENT_KEY_UP; in CreateVirtualEvent()
/dports/graphics/sswf/sswf-1.8.4/src/lib/
H A Dlibsswf_event.c++989 { EVENT_KEY_UP, "KEY_UP" },
/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/src/common/
H A Devent.h73 EVENT_KEY_UP = 11, enumerator
H A Devent.cpp59 EVENT_TYPE_TEXT[EVENT_KEY_UP] = "EVENT_KEY_UP"; in InitializeEventTypeTexts()
/dports/cad/gds3d/GDS3D-bcdb97a/win32/
H A Dmain.cpp570 event( EVENT_KEY_UP, translateKey(wParam), -1, -1, shift, control, alt ); in WindowProc()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWidget/
H A DWindowManager.cpp606 Event ev(this, EVENT_KEY_UP); in keyUp()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgWidget/
H A DWindowManager.cpp606 Event ev(this, EVENT_KEY_UP); in keyUp()
/dports/graphics/sswf/sswf-1.8.4/include/sswf/
H A Dlibsswf_c.h239 EVENT_KEY_UP = 0x00000080, enumerator
H A Dlibsswf.h775 EVENT_KEY_UP = 0x00000080, // V6.x enumerator