Home
last modified time | relevance | path

Searched refs:Move_Right (Results 1 – 10 of 10) sorted by relevance

/dports/games/xjewel/xjewel-1.6/
H A Dlogic.h64 extern void Move_Right();
H A Dlogic.c440 void Move_Right() in Move_Right() function
H A Djewel.c160 if (!Paused()) Move_Right();
/dports/chinese/pcmanx/pcmanx-gtk2-1.3/src/view/
H A Deditor.h57 Move_Right, enumerator
H A Deditorview.cpp61 GetEditor()->EditorActions(CEditor::Move_Right); in OnKeyDown()
H A Deditor.cpp219 case Move_Right: in EditorActions()
/dports/math/p5-Bit-Vector/Bit-Vector-7.4/t/
H A D11_______shift.t121 $ref->Move_Right($bits);
/dports/cad/k40-whisperer/K40_Whisperer-0.58_src/
H A Dk40_whisperer.py162 self.master.bind('<Control-Right>' , self.Move_Right)
173 self.master.bind('<Control-6>' , self.Move_Right)
531 … self.Right_Button = Button(self.master,image=self.right_image, command=self.Move_Right)
549 self.Right_Button = Button(self.master,text=">", command=self.Move_Right)
2774 def Move_Right(self,dummy=None): member in Application
/dports/graphics/aseprite/aseprite-1.2.9/data/strings/
H A Den.ini295 Move_Right = right key
/dports/math/p5-Bit-Vector/Bit-Vector-7.4/
H A DVector.pod211 Move_Right
212 $vector->Move_Right($bits); # shift right "$bits" positions
1755 C<$vector-E<gt>Move_Right($bits);>