Home
last modified time | relevance | path

Searched refs:drag_finished (Results 1 – 9 of 9) sorted by relevance

/dports/games/openclonk/openclonk-release-8.1-src/src/editor/
H A DC4EditCursor.h132 void MoveSelection(C4Real iXOff, C4Real iYOff, bool drag_finished);
133 …4EditCursorSelection *pObjs = nullptr, const char *szScript = nullptr, bool drag_finished = false);
H A DC4EditCursor.cpp941 void C4EditCursor::MoveSelection(C4Real XOff, C4Real YOff, bool drag_finished) in MoveSelection() argument
943 …iftWasDown ? EMMO_MoveForced : EMMO_Move, XOff, YOff, nullptr, &selection, nullptr, drag_finished); in MoveSelection()
1368 …C4Object *pTargetObj, const C4EditCursorSelection *pObjs, const char *szScript, bool drag_finished) in EMMoveObject() argument
1389 …new C4ControlEMMoveObject(eAction, tx, ty, pTargetObj, iObjCnt, pObjIDs, szScript, drag_finished)); in EMMoveObject()
/dports/editors/abiword/abiword-3.0.5/src/text/fmt/gtk/
H A Dgtktexthandleprivate.h65 void (* drag_finished) (FvTextHandle *handle, member
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dgtktexthandleprivate.h63 void (* drag_finished) (GtkTextHandle *handle, member
/dports/x11-wm/mutter/mutter-41.1/src/wayland/
H A Dmeta-wayland-data-source.h54 void (* drag_finished) (MetaWaylandDataSource *source); member
H A Dmeta-wayland-data-source.c169 klass->drag_finished = meta_wayland_data_source_real_drag_finished; in meta_wayland_data_source_class_init()
486 META_WAYLAND_DATA_SOURCE_GET_CLASS (source)->drag_finished (source); in meta_wayland_data_source_notify_finish()
H A Dmeta-xwayland-dnd.c485 data_source_class->drag_finished = meta_x11_source_drag_finished; in meta_wayland_data_source_xwayland_class_init()
/dports/games/openclonk/openclonk-release-8.1-src/src/control/
H A DC4Control.h458 …tNum = 0, int32_t *pObjects = nullptr, const char *szScript = nullptr, bool drag_finished = false);
468 …bool drag_finished{false}; // Movement only: Set when mouse drag operation concluded (i.e. mous…
H A DC4Control.cpp1207 int32_t iObjectNum, int32_t *pObjects, const char *szScript, bool drag_finished) in C4ControlEMMoveObject() argument
1209 …bjectNum(iObjectNum), pObjects(pObjects), StringParam(szScript, true), drag_finished(drag_finished) in C4ControlEMMoveObject()
1239 C4AulParSet pars(C4VInt(old_x), C4VInt(old_y), C4VBool(drag_finished)); in MoveObject()