Home
last modified time | relevance | path

Searched refs:EVENT_MOUSE_LEAVE (Results 1 – 22 of 22) sorted by relevance

/dports/games/freedroidrpg/freedroidrpg-0.16.1/src/widgets/
H A Dwidget_group.c67 SDL_Event leave_event = { .user = { .type = SDL_USEREVENT, .code = EVENT_MOUSE_LEAVE } }; in group_mouse_event()
190 case EVENT_MOUSE_LEAVE: in widget_group_handle_event()
H A Dwidgets.h486 #define EVENT_MOUSE_LEAVE 1 macro
H A Dwidget_button.c97 if (event->user.code == EVENT_MOUSE_LEAVE) { in button_handle_event()
H A Dwidgets.c178 event.user.code = EVENT_MOUSE_LEAVE; in get_active_ui()
H A Dwidget_text.c201 if (event->user.code == EVENT_MOUSE_LEAVE) in text_handle_event()
H A Dwidget_text_list.c255 if (event->user.code == EVENT_MOUSE_LEAVE) in text_list_handle_event()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/examples/osganimationviewer/
H A DAnimtkViewerGUI.cpp242 … b->addCallback(new osgWidget::Callback(&ButtonFunctor::leave, bt, osgWidget::EVENT_MOUSE_LEAVE)); in _createButton()
257 else if(ev.type == osgWidget::EVENT_MOUSE_LEAVE) l->setFontColor(1.0f, 1.0f, 1.0f, 0.3f); in _listMouseHover()
378 …ck(new osgWidget::Callback(&AnimtkViewerGUI::_listMouseHover, this, osgWidget::EVENT_MOUSE_LEAVE)); in _createListBox()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/examples/osganimationviewer/
H A DAnimtkViewerGUI.cpp242 … b->addCallback(new osgWidget::Callback(&ButtonFunctor::leave, bt, osgWidget::EVENT_MOUSE_LEAVE)); in _createButton()
257 else if(ev.type == osgWidget::EVENT_MOUSE_LEAVE) l->setFontColor(1.0f, 1.0f, 1.0f, 0.3f); in _listMouseHover()
378 …ck(new osgWidget::Callback(&AnimtkViewerGUI::_listMouseHover, this, osgWidget::EVENT_MOUSE_LEAVE)); in _createListBox()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgWidget/
H A DEventInterface39 EVENT_MOUSE_LEAVE = 0x0010,
54 EVENT_MASK_MOUSE_MOVE = EVENT_MOUSE_ENTER | EVENT_MOUSE_OVER | EVENT_MOUSE_LEAVE,
360 else if(ev.type == EVENT_MOUSE_LEAVE)
398 bool canMouseLeave () const { return (_eventMask & EVENT_MOUSE_LEAVE) != 0; }
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/include/osgWidget/
H A DEventInterface39 EVENT_MOUSE_LEAVE = 0x0010,
54 EVENT_MASK_MOUSE_MOVE = EVENT_MOUSE_ENTER | EVENT_MOUSE_OVER | EVENT_MOUSE_LEAVE,
360 else if(ev.type == EVENT_MOUSE_LEAVE)
398 bool canMouseLeave () const { return (_eventMask & EVENT_MOUSE_LEAVE) != 0; }
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/examples/osgwidgetcanvas/
H A Dosgwidgetcanvas.cpp51 widget->addCallback(new osgWidget::Callback(&colorWidgetLeave, osgWidget::EVENT_MOUSE_LEAVE)); in createWidget()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/examples/osgwidgetcanvas/
H A Dosgwidgetcanvas.cpp51 widget->addCallback(new osgWidget::Callback(&colorWidgetLeave, osgWidget::EVENT_MOUSE_LEAVE)); in createWidget()
/dports/x11-wm/e16/e16-1.0.24/src/
H A Daclass.c516 event = EVENT_MOUSE_LEAVE; in ActionDecode()
565 case EVENT_MOUSE_LEAVE: in ActionDecode()
642 case EVENT_MOUSE_LEAVE: in ActionEncode()
1037 type = EVENT_MOUSE_LEAVE; in ActionclassEvent()
H A DE.h110 #define EVENT_MOUSE_LEAVE 3 macro
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWidget/
H A DWindowManager.cpp503 setEventFromInterface(ev.makeMouse(x, y, EVENT_MOUSE_LEAVE), _lastEvent); in pointerMove()
526 evLeave.makeMouse(x, y, EVENT_MOUSE_LEAVE); in pointerMove()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgWidget/
H A DWindowManager.cpp503 setEventFromInterface(ev.makeMouse(x, y, EVENT_MOUSE_LEAVE), _lastEvent); in pointerMove()
526 evLeave.makeMouse(x, y, EVENT_MOUSE_LEAVE); in pointerMove()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/examples/osgwidgetmessagebox/
H A Dosgwidgetmessagebox.cpp149 else if (ev.type == osgWidget::EVENT_MOUSE_LEAVE) in operator ()()
510 else if (ev.type == osgWidget::EVENT_MOUSE_LEAVE)
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/examples/osgwidgetmessagebox/
H A Dosgwidgetmessagebox.cpp149 else if (ev.type == osgWidget::EVENT_MOUSE_LEAVE) in operator ()()
509 else if (ev.type == osgWidget::EVENT_MOUSE_LEAVE)
/dports/games/freedroidrpg/freedroidrpg-0.16.1/src/lvledit/
H A Dlvledit_widget_toolbar.c101 if (event->user.code == EVENT_MOUSE_LEAVE) in toolbar_handle_event()
/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/src/common/
H A Devent.h68 EVENT_MOUSE_LEAVE = 9, enumerator
H A Devent.cpp56 EVENT_TYPE_TEXT[EVENT_MOUSE_LEAVE] = "EVENT_MOUSE_LEAVE"; in InitializeEventTypeTexts()
/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/src/app/
H A Dapp.cpp1247 event.type = EVENT_MOUSE_LEAVE; in ProcessSystemEvent()