Home
last modified time | relevance | path

Searched refs:getEventQueue (Results 1 – 25 of 285) sorted by relevance

12345678910>>...12

/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgViewer/
H A DGraphicsWindowCarbon.cpp542 getEventQueue()->windowResize(x,y,width, height, getEventQueue()->getTime()); in resizedImplementation()
622 getEventQueue()->penOrientation ( in handleMouseEvent()
779 getEventQueue()->keyPress(keychar); in handleKeyboardEvent()
787 getEventQueue()->keyRelease(keychar); in handleKeyboardEvent()
805 getEventQueue()->keyPress(keySymbol); in handleModifierKey()
810 getEventQueue()->keyRelease(keySymbol); in handleModifierKey()
899 getEventQueue()->closeWindow(); in checkEvents()
902 getEventQueue()->quitApplication(); in checkEvents()
906 return !(getEventQueue()->empty()); in checkEvents()
1059 getEventQueue()->mouseWarped(x,y); in requestWarpPointer()
[all …]
H A DGraphicsWindowCocoa.mm412 _win->getEventQueue()->keyPress(keys[i], _win->getEventQueue()->getTime(), keys[i]);
416 … _win->getEventQueue()->keyRelease(keys[i], _win->getEventQueue()->getTime(), keys[i]);
423 _win->getEventQueue()->keyPress(keys[i], _win->getEventQueue()->getTime(), keys[i]);
426 _win->getEventQueue()->keyRelease(keys[i], _win->getEventQueue()->getTime(), keys[i]);
722 … _win->getEventQueue()->keyPress( keyCode, _win->getEventQueue()->getTime(), unmodified_keyCode);
741 … _win->getEventQueue()->keyRelease( keyCode, _win->getEventQueue()->getTime(), unmodified_keyCode);
1369 getEventQueue()->closeWindow();
1378 return !(getEventQueue()->empty());
1457 getEventQueue()->windowResize(x,y,width, height, getEventQueue()->getTime());
1515 getEventQueue()->windowResize(x-screenLeft, y-screenTop, w, h, getEventQueue()->getTime());
[all …]
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgViewer/
H A DGraphicsWindowCarbon.cpp542 getEventQueue()->windowResize(x,y,width, height, getEventQueue()->getTime()); in resizedImplementation()
622 getEventQueue()->penOrientation ( in handleMouseEvent()
779 getEventQueue()->keyPress(keychar); in handleKeyboardEvent()
787 getEventQueue()->keyRelease(keychar); in handleKeyboardEvent()
805 getEventQueue()->keyPress(keySymbol); in handleModifierKey()
810 getEventQueue()->keyRelease(keySymbol); in handleModifierKey()
899 getEventQueue()->closeWindow(); in checkEvents()
902 getEventQueue()->quitApplication(); in checkEvents()
906 return !(getEventQueue()->empty()); in checkEvents()
1059 getEventQueue()->mouseWarped(x,y); in requestWarpPointer()
[all …]
H A DGraphicsWindowCocoa.mm412 _win->getEventQueue()->keyPress(keys[i], _win->getEventQueue()->getTime(), keys[i]);
416 … _win->getEventQueue()->keyRelease(keys[i], _win->getEventQueue()->getTime(), keys[i]);
423 _win->getEventQueue()->keyPress(keys[i], _win->getEventQueue()->getTime(), keys[i]);
426 _win->getEventQueue()->keyRelease(keys[i], _win->getEventQueue()->getTime(), keys[i]);
723 … _win->getEventQueue()->keyPress( keyCode, _win->getEventQueue()->getTime(), unmodified_keyCode);
744 … _win->getEventQueue()->keyRelease( keyCode, _win->getEventQueue()->getTime(), unmodified_keyCode);
1377 getEventQueue()->closeWindow();
1386 return !(getEventQueue()->empty());
1465 getEventQueue()->windowResize(x,y,width, height, getEventQueue()->getTime());
1523 getEventQueue()->windowResize(x-screenLeft, y-screenTop, w, h, getEventQueue()->getTime());
[all …]
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/examples/osgviewerFOX/
H A DFOX_OSG.cpp111 getEventQueue()->windowResize(0, 0, getWidth(), getHeight()); in onConfigure()
120 getEventQueue()->keyPress(key); in onKeyPress()
128 getEventQueue()->keyRelease(key); in onKeyRelease()
138 getEventQueue()->mouseButtonPress(event->click_x, event->click_y, 1); in onLeftBtnPress()
146 getEventQueue()->mouseButtonRelease(event->click_x, event->click_y, 1); in onLeftBtnRelease()
156 getEventQueue()->mouseButtonPress(event->click_x, event->click_y, 2); in onMiddleBtnPress()
164 getEventQueue()->mouseButtonRelease(event->click_x, event->click_y, 2); in onMiddleBtnRelease()
174 getEventQueue()->mouseButtonPress(event->click_x, event->click_y, 3); in onRightBtnPress()
182 getEventQueue()->mouseButtonRelease(event->click_x, event->click_y, 3); in onRightBtnRelease()
190 getEventQueue()->mouseMotion(event->win_x, event->win_y); in onMotion()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/examples/osgviewerFOX/
H A DFOX_OSG.cpp111 getEventQueue()->windowResize(0, 0, getWidth(), getHeight()); in onConfigure()
120 getEventQueue()->keyPress(key); in onKeyPress()
128 getEventQueue()->keyRelease(key); in onKeyRelease()
138 getEventQueue()->mouseButtonPress(event->click_x, event->click_y, 1); in onLeftBtnPress()
146 getEventQueue()->mouseButtonRelease(event->click_x, event->click_y, 1); in onLeftBtnRelease()
156 getEventQueue()->mouseButtonPress(event->click_x, event->click_y, 2); in onMiddleBtnPress()
164 getEventQueue()->mouseButtonRelease(event->click_x, event->click_y, 2); in onMiddleBtnRelease()
174 getEventQueue()->mouseButtonPress(event->click_x, event->click_y, 3); in onRightBtnPress()
182 getEventQueue()->mouseButtonRelease(event->click_x, event->click_y, 3); in onRightBtnRelease()
190 getEventQueue()->mouseMotion(event->win_x, event->win_y); in onMotion()
/dports/print/scribus-devel/scribus-1.5.7/scribus/ui/
H A DAdapterWidget.cpp45 _gw->getEventQueue()->windowResize ( 0, 0, width, height ); in resizeGL()
51 …_gw->getEventQueue()->keyPress ( ( osgGA::GUIEventAdapter::KeySymbol ) * ( event->text().toLatin1(… in keyPressEvent()
56 …_gw->getEventQueue()->keyRelease ( ( osgGA::GUIEventAdapter::KeySymbol ) * ( event->text().toLatin… in keyReleaseEvent()
84 _gw->getEventQueue()->mouseButtonPress ( event->x(), event->y(), button ); in mousePressEvent()
98 _gw->getEventQueue()->mouseButtonRelease ( event->x(), event->y(), button ); in mouseReleaseEvent()
103 _gw->getEventQueue()->mouseMotion ( event->x(), event->y() ); in mouseMoveEvent()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/examples/osgviewerGLUT/
H A DosgviewerGLUT.cpp65 … window->getEventQueue()->windowResize(window->getTraits()->x, window->getTraits()->y, w, h ); in reshape()
73 if (state==0) window->getEventQueue()->mouseButtonPress( x, y, button+1 ); in mousebutton()
74 else window->getEventQueue()->mouseButtonRelease( x, y, button+1 ); in mousebutton()
82 window->getEventQueue()->mouseMotion( x, y ); in mousemove()
98 window->getEventQueue()->keyPress( (osgGA::GUIEventAdapter::KeySymbol) key ); in keyboard()
99 window->getEventQueue()->keyRelease( (osgGA::GUIEventAdapter::KeySymbol) key ); in keyboard()
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/applications/osgearth_viewer_android/jni/
H A DOsgMainApp.cpp39 …_viewer->getEventQueue()->getCurrentEventState()->setMouseYOrientation(osgGA::GUIEventAdapter::Y_I… in initOsgWindow()
83 _viewer->getEventQueue()->mouseButtonPress(x, y, button); in mouseButtonPressEvent()
87 _viewer->getEventQueue()->mouseButtonRelease(x, y, button); in mouseButtonReleaseEvent()
91 _viewer->getEventQueue()->mouseMotion(x, y); in mouseMoveEvent()
95 _viewer->getEventQueue()->keyPress(key); in keyboardDown()
99 _viewer->getEventQueue()->keyRelease(key); in keyboardUp()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ZeroConfDevice/
H A DReaderWriterZeroConfDevice.cpp43 return !(getEventQueue()->empty()); in checkEvents()
79 return !(getEventQueue()->empty()); in checkEvents()
108 event->setTime(_device->getEventQueue()->getTime()); in serviceAdded()
109 _device->getEventQueue()->addEvent(event); in serviceAdded()
122 event->setTime(_device->getEventQueue()->getTime()); in serviceRemoved()
123 _device->getEventQueue()->addEvent(event); in serviceRemoved()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ZeroConfDevice/
H A DReaderWriterZeroConfDevice.cpp43 return !(getEventQueue()->empty()); in checkEvents()
79 return !(getEventQueue()->empty()); in checkEvents()
108 event->setTime(_device->getEventQueue()->getTime()); in serviceAdded()
109 _device->getEventQueue()->addEvent(event); in serviceAdded()
122 event->setTime(_device->getEventQueue()->getTime()); in serviceRemoved()
123 _device->getEventQueue()->addEvent(event); in serviceRemoved()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/RestHttpDevice/
H A DRestHttpDevice.cpp32 event->setTime(getDevice()->getEventQueue()->getTime());
38 getDevice()->getEventQueue()->addEvent(event.get());
59 getDevice()->getEventQueue()->keyPress(' ', time);
60 getDevice()->getEventQueue()->keyRelease(' ', time);
87 getDevice()->getEventQueue()->setMouseInputRange(x_min, y_min, x_max, y_max);
118 getDevice()->getEventQueue()->keyPress(keycode, getLocalTime(arguments, reply));
120 getDevice()->getEventQueue()->keyRelease(keycode, getLocalTime(arguments, reply));
200 … getDevice()->getEventQueue()->mouseButtonPress(x,y, button, getLocalTime(arguments, reply));
203 … getDevice()->getEventQueue()->mouseButtonRelease(x,y, button, getLocalTime(arguments, reply));
206 … getDevice()->getEventQueue()->mouseDoubleButtonPress(x,y, button, getLocalTime(arguments, reply));
H A DRestHttpDevice.hpp154 _firstEventLocalTimeStamp = getEventQueue()->getTime(); in getLocalTime()
179getEventQueue()->mouseMotion(_currentMouseX, _currentMouseY, getEventQueue()->getTime()); in checkEvents()
181 return !(getEventQueue()->empty()); in checkEvents()
218 getDevice()->getEventQueue()->keyPress(_key, local_time); in operator ()()
219 getDevice()->getEventQueue()->keyRelease(_key, local_time); in operator ()()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/RestHttpDevice/
H A DRestHttpDevice.cpp32 event->setTime(getDevice()->getEventQueue()->getTime()); in operator ()()
38 getDevice()->getEventQueue()->addEvent(event.get()); in operator ()()
59 getDevice()->getEventQueue()->keyPress(' ', time); in operator ()()
60 getDevice()->getEventQueue()->keyRelease(' ', time); in operator ()()
87 getDevice()->getEventQueue()->setMouseInputRange(x_min, y_min, x_max, y_max); in operator ()()
118 getDevice()->getEventQueue()->keyPress(keycode, getLocalTime(arguments, reply)); in operator ()()
120 getDevice()->getEventQueue()->keyRelease(keycode, getLocalTime(arguments, reply)); in operator ()()
200 … getDevice()->getEventQueue()->mouseButtonPress(x,y, button, getLocalTime(arguments, reply)); in operator ()()
203 … getDevice()->getEventQueue()->mouseButtonRelease(x,y, button, getLocalTime(arguments, reply)); in operator ()()
206 … getDevice()->getEventQueue()->mouseDoubleButtonPress(x,y, button, getLocalTime(arguments, reply)); in operator ()()
H A DRestHttpDevice.hpp154 _firstEventLocalTimeStamp = getEventQueue()->getTime(); in getLocalTime()
179getEventQueue()->mouseMotion(_currentMouseX, _currentMouseY, getEventQueue()->getTime()); in checkEvents()
181 return !(getEventQueue()->empty()); in checkEvents()
218 getDevice()->getEventQueue()->keyPress(_key, local_time); in operator ()()
219 getDevice()->getEventQueue()->keyRelease(_key, local_time); in operator ()()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/examples/osgviewerFLTK/
H A DosgviewerFLTK.cpp61 _gw->getEventQueue()->windowResize(x, y, w, h ); in resize()
72 … _gw->getEventQueue()->mouseButtonPress(Fl::event_x(), Fl::event_y(), Fl::event_button()); in handle()
76 _gw->getEventQueue()->mouseMotion(Fl::event_x(), Fl::event_y()); in handle()
79 … _gw->getEventQueue()->mouseButtonRelease(Fl::event_x(), Fl::event_y(), Fl::event_button()); in handle()
82 _gw->getEventQueue()->keyPress((osgGA::GUIEventAdapter::KeySymbol)Fl::event_key()); in handle()
85 _gw->getEventQueue()->keyRelease((osgGA::GUIEventAdapter::KeySymbol)Fl::event_key()); in handle()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/examples/osgviewerFLTK/
H A DosgviewerFLTK.cpp61 _gw->getEventQueue()->windowResize(x, y, w, h ); in resize()
72 … _gw->getEventQueue()->mouseButtonPress(Fl::event_x(), Fl::event_y(), Fl::event_button()); in handle()
76 _gw->getEventQueue()->mouseMotion(Fl::event_x(), Fl::event_y()); in handle()
79 … _gw->getEventQueue()->mouseButtonRelease(Fl::event_x(), Fl::event_y(), Fl::event_button()); in handle()
82 _gw->getEventQueue()->keyPress((osgGA::GUIEventAdapter::KeySymbol)Fl::event_key()); in handle()
85 _gw->getEventQueue()->keyRelease((osgGA::GUIEventAdapter::KeySymbol)Fl::event_key()); in handle()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/examples/osgviewerWX/
H A DosgviewerWX.cpp175 _graphics_window->getEventQueue()->windowResize(0, 0, width, height); in OnSize()
194 _graphics_window->getEventQueue()->keyPress(key); in OnChar()
209 _graphics_window->getEventQueue()->keyRelease(key); in OnKeyUp()
225 _graphics_window->getEventQueue()->mouseButtonPress(event.GetX(), event.GetY(), in OnMouseDown()
234 _graphics_window->getEventQueue()->mouseButtonRelease(event.GetX(), event.GetY(), in OnMouseUp()
242 _graphics_window->getEventQueue()->mouseMotion(event.GetX(), event.GetY()); in OnMouseMotion()
250 _graphics_window->getEventQueue()->mouseScroll( in OnMouseWheel()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/examples/osgviewerWX/
H A DosgviewerWX.cpp166 _graphics_window->getEventQueue()->windowResize(0, 0, width, height); in OnSize()
185 _graphics_window->getEventQueue()->keyPress(key); in OnChar()
200 _graphics_window->getEventQueue()->keyRelease(key); in OnKeyUp()
216 _graphics_window->getEventQueue()->mouseButtonPress(event.GetX(), event.GetY(), in OnMouseDown()
225 _graphics_window->getEventQueue()->mouseButtonRelease(event.GetX(), event.GetY(), in OnMouseUp()
233 _graphics_window->getEventQueue()->mouseMotion(event.GetX(), event.GetY()); in OnMouseMotion()
241 _graphics_window->getEventQueue()->mouseScroll( in OnMouseWheel()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/examples/osgAndroidExampleGLES2/jni/
H A DOsgMainApp.cpp107 _viewer->getEventQueue()->setGraphicsContext(window); in initOsgWindow()
108 _viewer->getEventQueue()->syncWindowRectangleWithGraphicsContext(); in initOsgWindow()
147 _viewer->getEventQueue()->mouseButtonPress(x, y, button); in mouseButtonPressEvent()
150 _viewer->getEventQueue()->mouseButtonRelease(x, y, button); in mouseButtonReleaseEvent()
153 _viewer->getEventQueue()->mouseMotion(x, y); in mouseMoveEvent()
156 _viewer->getEventQueue()->keyPress(key); in keyboardDown()
159 _viewer->getEventQueue()->keyRelease(key); in keyboardUp()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/osc/
H A DOscReceivingDevice.cpp308 getDevice()->getEventQueue()->setMouseInputRange(x_min, y_min, x_max, y_max); in operator ()()
340 getDevice()->getEventQueue()->getCurrentEventState()->setMouseYOrientation( in operator ()()
375 getDevice()->getEventQueue()->keyPress(keycode, getLocalTime()); in operator ()()
377 getDevice()->getEventQueue()->keyRelease(keycode, getLocalTime()); in operator ()()
411 getDevice()->getEventQueue()->keyPress(keycode, getLocalTime()); in operator ()()
412 getDevice()->getEventQueue()->keyRelease(keycode, getLocalTime()); in operator ()()
448 getDevice()->getEventQueue()->mouseMotion(_lastX, _lastY, getLocalTime()); in operator ()()
579 getDevice()->getEventQueue()->mouseButtonPress(x,y, btn, getLocalTime()); in operator ()()
629 getDevice()->getEventQueue()->penPressure(pressure, getLocalTime()); in operator ()()
1126 _userDataEvent->setTime(getEventQueue()->getTime()); in ProcessPacket()
[all …]
H A DOscReceivingDevice.hpp96 double getLocalTime() const { return getDevice()->getEventQueue()->getTime(); } in getLocalTime()
139 osgGA::EventQueue* queue = getEventQueue(); in checkEvents()
165 getDevice()->getEventQueue()->keyPress(_key); in operator ()()
166 getDevice()->getEventQueue()->keyRelease(_key); in operator ()()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osc/
H A DOscReceivingDevice.cpp308 getDevice()->getEventQueue()->setMouseInputRange(x_min, y_min, x_max, y_max); in operator ()()
340 getDevice()->getEventQueue()->getCurrentEventState()->setMouseYOrientation( in operator ()()
375 getDevice()->getEventQueue()->keyPress(keycode, getLocalTime()); in operator ()()
377 getDevice()->getEventQueue()->keyRelease(keycode, getLocalTime()); in operator ()()
411 getDevice()->getEventQueue()->keyPress(keycode, getLocalTime()); in operator ()()
412 getDevice()->getEventQueue()->keyRelease(keycode, getLocalTime()); in operator ()()
448 getDevice()->getEventQueue()->mouseMotion(_lastX, _lastY, getLocalTime()); in operator ()()
579 getDevice()->getEventQueue()->mouseButtonPress(x,y, btn, getLocalTime()); in operator ()()
629 getDevice()->getEventQueue()->penPressure(pressure, getLocalTime()); in operator ()()
1125 _userDataEvent->setTime(getEventQueue()->getTime()); in ProcessPacket()
[all …]
H A DOscReceivingDevice.hpp96 double getLocalTime() const { return getDevice()->getEventQueue()->getTime(); } in getLocalTime()
139 osgGA::EventQueue* queue = getEventQueue(); in checkEvents()
165 getDevice()->getEventQueue()->keyPress(_key); in operator ()()
166 getDevice()->getEventQueue()->keyRelease(_key); in operator ()()
/dports/security/snort/snort-2.9.18/src/
H A Devent_queue.c83 static inline SF_EVENTQ *getEventQueue(void) in getEventQueue() function
147 en = (EventNode *) sfeventq_event_alloc(getEventQueue()); in SnortEventqAdd()
159 if (sfeventq_add(getEventQueue(), (void *) en) != 0) in SnortEventqAdd()
280 sfeventq_reset(getEventQueue()); in SnortEventqReset()

12345678910>>...12