/dports/games/lwjgl/lwjgl-2df01dd/src/java/org/lwjgl/opengl/ |
H A D | MouseEventQueue.java | 242 private void handleMotion(MouseEvent e) { in handleMotion() method in MouseEventQueue 251 handleMotion(e); in mouseDragged() 255 handleMotion(e); in mouseMoved()
|
/dports/x11-wm/icewm/icewm-2.9.4/src/ |
H A D | ypopup.cc | 270 void YPopupWindow::handleMotion(const XMotionEvent &motion) { in handleMotion() function in YPopupWindow 274 YWindow::handleMotion(motion); in handleMotion()
|
H A D | ypopup.h | 50 virtual void handleMotion(const XMotionEvent &motion);
|
H A D | icesame.cc | 259 virtual void handleMotion(const XMotionEvent &motion) { in handleMotion() function in IceSame 261 YWindow::handleMotion(motion); in handleMotion()
|
H A D | yscrollbar.h | 66 virtual void handleMotion(const XMotionEvent &motion);
|
H A D | wmswitch.h | 64 virtual void handleMotion(const XMotionEvent& motion) override;
|
H A D | yinputline.h | 41 virtual void handleMotion(const XMotionEvent &motion);
|
H A D | ylistbox.h | 47 virtual void handleMotion(const XMotionEvent &motion);
|
H A D | icelist.cc | 226 virtual void handleMotion(const XMotionEvent &motion); 300 void Pane::handleMotion(const XMotionEvent &motion) { in handleMotion() function in Pane
|
H A D | atasks.h | 135 virtual void handleMotion(const XMotionEvent& motion);
|
H A D | ymenu.h | 25 virtual void handleMotion(const XMotionEvent &motion);
|
H A D | yinputline.cc | 364 void YInputLine::handleMotion(const XMotionEvent &motion) { in handleMotion() function in YInputLine 391 YWindow::handleMotion(motion); in handleMotion()
|
H A D | ylistbox.cc | 439 void YListBox::handleMotion(const XMotionEvent &motion) { in handleMotion() function in YListBox 453 YWindow::handleMotion(motion); in handleMotion()
|
H A D | movesize.cc | 1074 void YFrameWindow::handleMotion(const XMotionEvent &motion) { in handleMotion() function in YFrameWindow 1096 YWindow::handleMotion(motion); in handleMotion()
|
/dports/games/xsokoban/xsokoban/ |
H A D | scoredisp.c | 24 static void handleMotion(XEvent *xev, Boolean dragging, Boolean *scores_dirty); 193 handleMotion(&xev, _true_, &scores_dirty); in DisplayScores_() 227 handleMotion(&xev, dragging, &scores_dirty); in DisplayScores_() 629 static void handleMotion(XEvent *xev, Boolean dragging, Boolean *scores_dirty) in handleMotion() function
|
/dports/net/nxproxy/nx-libs-3.5.99.20-1/nxcomp/src/ |
H A D | GenericChannel.h | 104 virtual int handleMotion(EncodeBuffer &encodeBuffer) in handleMotion() function
|
H A D | ServerChannel.h | 111 virtual int handleMotion(EncodeBuffer &encodeBuffer);
|
H A D | ClientChannel.h | 100 virtual int handleMotion(EncodeBuffer &encodeBuffer) in handleMotion() function
|
H A D | Channel.h | 154 virtual int handleMotion(EncodeBuffer &encodeBuffer) = 0;
|
/dports/x11/nxcomp/nx-libs-3.5.0.32/nxcomp/ |
H A D | GenericChannel.h | 96 virtual int handleMotion(EncodeBuffer &encodeBuffer) in handleMotion() function
|
H A D | ServerChannel.h | 103 virtual int handleMotion(EncodeBuffer &encodeBuffer);
|
H A D | ClientChannel.h | 92 virtual int handleMotion(EncodeBuffer &encodeBuffer) in handleMotion() function
|
H A D | Channel.h | 146 virtual int handleMotion(EncodeBuffer &encodeBuffer) = 0;
|
/dports/x11-wm/windowmaker/WindowMaker-0.95.9/WINGs/ |
H A D | wscroller.c | 78 static void handleMotion(Scroller * sPtr, int mouseX, int mouseY); 681 static void handleMotion(Scroller * sPtr, int mouseX, int mouseY) in handleMotion() function 824 handleMotion(sPtr, event->xbutton.x, event->xbutton.y); in handleActionEvents()
|
/dports/x11-wm/libwraster/WindowMaker-0.95.9/WINGs/ |
H A D | wscroller.c | 78 static void handleMotion(Scroller * sPtr, int mouseX, int mouseY); 681 static void handleMotion(Scroller * sPtr, int mouseX, int mouseY) in handleMotion() function 824 handleMotion(sPtr, event->xbutton.x, event->xbutton.y); in handleActionEvents()
|