Home
last modified time | relevance | path

Searched refs:__motion (Results 1 – 5 of 5) sorted by relevance

/dports/games/scummvm/scummvm-2.5.1/engines/icb/
H A Dobject_structs.h51 enum __motion { __MOTION_WALK, __MOTION_RUN }; enum
231 __motion motion; // walking, running, used by high level anim functions
H A Dgeneral_npc_animation.cpp852 void _game_session::Set_motion(__motion motion) { in Set_motion()
857 __motion _game_session::Get_motion() { in Get_motion()
H A Dsession.h809 void Set_motion(__motion motion);
810 __motion Get_motion();
/dports/multimedia/quodlibet/quodlibet-4.3.0/quodlibet/qltk/
H A Dqueue.py206 self.connect('drag-motion', self.__motion)
281 def __motion(self, wid, context, x, y, time): member in QueueExpander
H A Dviews.py120 view.connect('motion-notify-event', self.__motion),
121 view.connect('leave-notify-event', self.__motion),
148 def __motion(self, view, event): member in TreeViewHints