Home
last modified time | relevance | path

Searched refs:handleMotion (Results 1 – 25 of 36) sorted by relevance

12

/dports/games/lwjgl/lwjgl-2df01dd/src/java/org/lwjgl/opengl/
H A DMouseEventQueue.java242 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 Dypopup.cc270 void YPopupWindow::handleMotion(const XMotionEvent &motion) { in handleMotion() function in YPopupWindow
274 YWindow::handleMotion(motion); in handleMotion()
H A Dypopup.h50 virtual void handleMotion(const XMotionEvent &motion);
H A Dicesame.cc259 virtual void handleMotion(const XMotionEvent &motion) { in handleMotion() function in IceSame
261 YWindow::handleMotion(motion); in handleMotion()
H A Dyscrollbar.h66 virtual void handleMotion(const XMotionEvent &motion);
H A Dwmswitch.h64 virtual void handleMotion(const XMotionEvent& motion) override;
H A Dyinputline.h41 virtual void handleMotion(const XMotionEvent &motion);
H A Dylistbox.h47 virtual void handleMotion(const XMotionEvent &motion);
H A Dicelist.cc226 virtual void handleMotion(const XMotionEvent &motion);
300 void Pane::handleMotion(const XMotionEvent &motion) { in handleMotion() function in Pane
H A Datasks.h135 virtual void handleMotion(const XMotionEvent& motion);
H A Dymenu.h25 virtual void handleMotion(const XMotionEvent &motion);
H A Dyinputline.cc364 void YInputLine::handleMotion(const XMotionEvent &motion) { in handleMotion() function in YInputLine
391 YWindow::handleMotion(motion); in handleMotion()
H A Dylistbox.cc439 void YListBox::handleMotion(const XMotionEvent &motion) { in handleMotion() function in YListBox
453 YWindow::handleMotion(motion); in handleMotion()
H A Dmovesize.cc1074 void YFrameWindow::handleMotion(const XMotionEvent &motion) { in handleMotion() function in YFrameWindow
1096 YWindow::handleMotion(motion); in handleMotion()
/dports/games/xsokoban/xsokoban/
H A Dscoredisp.c24 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 DGenericChannel.h104 virtual int handleMotion(EncodeBuffer &encodeBuffer) in handleMotion() function
H A DServerChannel.h111 virtual int handleMotion(EncodeBuffer &encodeBuffer);
H A DClientChannel.h100 virtual int handleMotion(EncodeBuffer &encodeBuffer) in handleMotion() function
H A DChannel.h154 virtual int handleMotion(EncodeBuffer &encodeBuffer) = 0;
/dports/x11/nxcomp/nx-libs-3.5.0.32/nxcomp/
H A DGenericChannel.h96 virtual int handleMotion(EncodeBuffer &encodeBuffer) in handleMotion() function
H A DServerChannel.h103 virtual int handleMotion(EncodeBuffer &encodeBuffer);
H A DClientChannel.h92 virtual int handleMotion(EncodeBuffer &encodeBuffer) in handleMotion() function
H A DChannel.h146 virtual int handleMotion(EncodeBuffer &encodeBuffer) = 0;
/dports/x11-wm/windowmaker/WindowMaker-0.95.9/WINGs/
H A Dwscroller.c78 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 Dwscroller.c78 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()

12