Home
last modified time | relevance | path

Searched refs:StartMove (Results 1 – 25 of 55) sorted by relevance

123

/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/wx/lib/floatcanvas/
H A DGUIMode.py215 self.StartMove = None
225 self.StartMove = N.array( event.GetPosition() )
226 self.MidMove = self.StartMove
231 if self.StartMove is not None:
239 if event.Dragging() and event.LeftIsDown() and not self.StartMove is None:
252 self.StartMove = self.MidMove
258 xy_tl = xy1 - self.StartMove
/dports/games/fs2open/fs2open.github.com-release_21_4_1/lib/libRocket/Samples/invaders/src/
H A DElementGame.cpp66 game->GetDefender()->StartMove(-1.0f); in ProcessEvent()
68 game->GetDefender()->StartMove(1.0f); in ProcessEvent()
H A DDefender.h53 void StartMove(float direction);
H A DDefender.cpp140 void Defender::StartMove(float direction) in StartMove() function in Defender
/dports/games/fs2open/fs2open.github.com-release_21_4_1/lib/libRocket/Samples/luainvaders/src/
H A DElementGame.cpp60 game->GetDefender()->StartMove(-1.0f); in ProcessEvent()
62 game->GetDefender()->StartMove(1.0f); in ProcessEvent()
H A DDefender.h53 void StartMove(float direction);
H A DDefender.cpp140 void Defender::StartMove(float direction) in StartMove() function in Defender
/dports/editors/picpas/PicPas-7940bc3/_libraries/ogEditGraf-2.5/
H A DogDefObjGraf.pas69 function StartMove(xr, yr: Integer): Boolean; in StartMove() function
121 procedure StartMove(xr, yr: Integer; xIni, yIni, widthIni, heighIni: Single); procedure
140 procedure StartMove(xr, yr: Integer; xIni, yIni, widthIni, heightIni: Single); procedure
196 procedure StartMove(xr, yr : Integer); procedure
355 function TObjVsible.StartMove(xr, yr: Integer): Boolean; in TObjVsible.StartMove() function
432 procedure TPtoCtrl.StartMove(xr, yr: Integer; xIni, yIni, widthIni, heighIni: Single); procedure
436 inherited StartMove(xr,yr);
529 procedure TPtoConx.StartMove(xr, yr: Integer; xIni, yIni, widthIni, heightIni: Single); procedure
533 inherited StartMove(xr,yr);
663 procedure TObjGraf.StartMove(xr, yr: Integer); procedure
[all …]
/dports/editors/picpas/PicPas-7940bc3/ogeeditgraf/
H A DogDefObjGraf.pas69 function StartMove(xr, yr: Integer): Boolean; in StartMove() function
121 procedure StartMove(xr, yr: Integer; xIni, yIni, widthIni, heighIni: Single); procedure
140 procedure StartMove(xr, yr: Integer; xIni, yIni, widthIni, heightIni: Single); procedure
196 procedure StartMove(xr, yr : Integer); procedure
355 function TObjVsible.StartMove(xr, yr: Integer): Boolean; in TObjVsible.StartMove() function
432 procedure TPtoCtrl.StartMove(xr, yr: Integer; xIni, yIni, widthIni, heighIni: Single); procedure
436 inherited StartMove(xr,yr);
529 procedure TPtoConx.StartMove(xr, yr: Integer; xIni, yIni, widthIni, heightIni: Single); procedure
533 inherited StartMove(xr,yr);
663 procedure TObjGraf.StartMove(xr, yr: Integer); procedure
[all …]
/dports/games/fs2open/fs2open.github.com-release_21_4_1/lib/libRocket/Samples/pyinvaders/src/
H A DElementGame.cpp72 game->GetDefender()->StartMove(-1.0f); in ProcessEvent()
74 game->GetDefender()->StartMove(1.0f); in ProcessEvent()
H A DDefender.h53 void StartMove(float direction);
H A DDefender.cpp140 void Defender::StartMove(float direction) in StartMove() function in Defender
/dports/x11-wm/tvtwm/tvtwm/
H A Dmove.h44 void StartMove();
H A Dmove.c97 StartMove(tmp_win, tmp_win->frame, tmp_win->title_height,
130 StartMove(tmp_win, tmp_win->icon.w, 0, &x_root, &y_root, &cancel,
152 StartMove(tmp_win, window, title_height, x_root, y_root, cancel, in StartMove() function
/dports/x11-wm/piewm/piewm-1.04/
H A Dmove.h44 void StartMove(TwmWindow *tmp_win, Window window, int title_height, int *x_root, int *y_root, int *…
H A DTabFix20 StartMove
H A Dmove.c96 StartMove(tmp_win, tmp_win->frame, tmp_win->title_height, in DragFrame()
126 StartMove(tmp_win, tmp_win->icon_w, 0, &x_root, &y_root, &cancel, in DragIcon()
148 StartMove(TwmWindow *tmp_win, Window window, int title_height, int *x_root, int *y_root, int *cance… in StartMove() function
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/windowing/wayland/
H A DShellSurfaceWlShell.h50 void StartMove(const wayland::seat_t& seat, std::uint32_t serial) override;
H A DShellSurface.h67 virtual void StartMove(wayland::seat_t const& seat, std::uint32_t serial) = 0;
H A DShellSurfaceXdgShellUnstableV6.h59 void StartMove(const wayland::seat_t& seat, std::uint32_t serial) override;
H A DShellSurfaceXdgShell.h55 void StartMove(const wayland::seat_t& seat, std::uint32_t serial) override;
H A DShellSurfaceWlShell.cpp89 void CShellSurfaceWlShell::StartMove(const wayland::seat_t& seat, std::uint32_t serial) in StartMove() function in CShellSurfaceWlShell
/dports/deskutils/akregator/akregator-21.12.3/plugins/mk4storage/metakit/src/
H A Dstore.h47 void StartMove(int from_, int to_);
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/exo/
H A Dshell_surface.h89 void StartMove();
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/exo/
H A Dshell_surface.h83 void StartMove();

123