Home
last modified time | relevance | path

Searched refs:SCROLL_NONE (Results 1 – 25 of 49) sorted by relevance

12

/dports/emulators/kcemu/KCemu-0.5.1/include/ui/gtk/
H A Ddebug.h29 SCROLL_NONE, enumerator
139 virtual void update(DebugWindow *w, scroll_dir_t d = SCROLL_NONE) {}
150 virtual void update(DebugWindow *w, scroll_dir_t d = SCROLL_NONE);
166 virtual void update(DebugWindow *w, scroll_dir_t d = SCROLL_NONE);
182 virtual void update(DebugWindow *w, scroll_dir_t d = SCROLL_NONE);
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/serializers/osgGA/
H A DGUIEventAdapter.cpp53 BEGIN_ENUM_SERIALIZER( ScrollingMotion, SCROLL_NONE);
54 ADD_ENUM_VALUE( SCROLL_NONE );
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgWrappers/serializers/osgGA/
H A DGUIEventAdapter.cpp53 BEGIN_ENUM_SERIALIZER( ScrollingMotion, SCROLL_NONE);
54 ADD_ENUM_VALUE( SCROLL_NONE );
/dports/games/julius/julius-1.7.0/src/input/
H A Dtouch.c111 return SCROLL_NONE; in touch_get_scroll()
119 return SCROLL_NONE; in touch_get_scroll()
123 return SCROLL_NONE; in touch_get_scroll()
H A Dmouse.h23 SCROLL_NONE = 0, enumerator
H A Dmouse.c126 data.scrolled = SCROLL_NONE; in mouse_reset_scroll()
H A Djoystick.c583 scroll_state current_scroll = SCROLL_NONE; in translate_window_scrolling()
607 if (current_scroll != SCROLL_NONE) { in translate_window_scrolling()
/dports/games/augustus/augustus-3.1.0/src/input/
H A Dtouch.c111 return SCROLL_NONE; in touch_get_scroll()
119 return SCROLL_NONE; in touch_get_scroll()
123 return SCROLL_NONE; in touch_get_scroll()
H A Dmouse.h23 SCROLL_NONE = 0, enumerator
H A Dzoom.c84 if (m->scrolled != SCROLL_NONE) { in zoom_map()
H A Dmouse.c138 data.scrolled = SCROLL_NONE; in mouse_reset_scroll()
H A Djoystick.c583 scroll_state current_scroll = SCROLL_NONE; in translate_window_scrolling()
607 if (current_scroll != SCROLL_NONE) { in translate_window_scrolling()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/magnifier/
H A Dmagnification_controller.h57 SCROLL_NONE, enumerator
293 ScrollDirection scroll_direction_ = SCROLL_NONE;
/dports/games/scummvm/scummvm-2.5.1/engines/icb/
H A Dremora.cpp248 m_eTextScroll = SCROLL_NONE; in CycleRemoraLogic()
257 m_eTextScroll = SCROLL_NONE; in CycleRemoraLogic()
699 m_eTextScroll = SCROLL_NONE; in ProcessUpDownTextKeys()
710 m_eTextScroll = SCROLL_NONE; in ProcessUpDownTextKeys()
877 m_eTextScroll = SCROLL_NONE; in ClearAllText()
/dports/games/openxcom/OpenXcom-1.0/src/Engine/
H A DOptions.h31 enum ScrollType { SCROLL_NONE, SCROLL_TRIGGER, SCROLL_AUTO }; enumerator
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/ui/ctl/
H A Dctl.cpp310 return SCROLL_NONE; in widget_scroll()
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/include/ui/tk/
H A Dtk.h49 SCROLL_NONE, //!< SCROLL_NONE no scrolling permitted enumerator
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/accelerators/
H A Dmagnifier_key_scroller.cc81 controller->SetScrollDirection(MagnificationController::SCROLL_NONE); in OnKeyUnhold()
/dports/emulators/kcemu/KCemu-0.5.1/src/ui/gtk/
H A Ddebug.cc439 direction = SCROLL_NONE; in update()
454 case SCROLL_NONE: in update()
510 case SCROLL_NONE: in update()
/dports/games/fheroes2/fheroes2-0.9.11/src/fheroes2/gui/
H A Dinterface_gamearea.h35 SCROLL_NONE = 0x00, enumerator
/dports/graphics/cluttermm/cluttermm-1.17.3/clutter/cluttermm/
H A Dscroll-actor.h75 SCROLL_NONE = 0x0, enumerator
/dports/x11/mate-dock-applet/mate-dock-applet-21.10.0/src/
H A Ddocked_app.in228 SCROLL_NONE = 0
503 self.scroll_dir = ScrollType.SCROLL_NONE
1088 …has_mouse is True) and ((self.is_dragee is False) and (self.scroll_dir == ScrollType.SCROLL_NONE)):
1093 elif (self.has_mouse is True) and (self.scroll_dir != ScrollType.SCROLL_NONE):
1153 if self.has_mouse and (self.scroll_dir != ScrollType.SCROLL_NONE):
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWidget/
H A DWindowManager.cpp41 _scrolling (osgGA::GUIEventAdapter::SCROLL_NONE), in WindowManager()
108 _scrolling (osgGA::GUIEventAdapter::SCROLL_NONE), in WindowManager()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgWidget/
H A DWindowManager.cpp41 _scrolling (osgGA::GUIEventAdapter::SCROLL_NONE), in WindowManager()
108 _scrolling (osgGA::GUIEventAdapter::SCROLL_NONE), in WindowManager()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/events/
H A Daccessibility_event_rewriter.cc264 controller->SetScrollDirection(MagnificationController::SCROLL_NONE); in OnMagnifierKeyReleased()

12