Home
last modified time | relevance | path

Searched refs:control_down (Results 1 – 25 of 44) sorted by relevance

12

/dports/games/sdlpop/SDLPoP-1.22/src/
H A Dseg005.c376 } else if (control_down < 0) { in control_standing()
395 } else if (control_down < 0) { in control_standing()
428 control_down = 1; // disable automatic repeat in down_pressed()
480 if (control_down < 0 && control_y <= 0) { in control_turning()
481 control_down = 0; in control_turning()
492 control_down = release_arrows(); in crouch()
546 } else if (control_down < 0) { in control_running()
547 control_down = 1; // disable automatic repeat in control_running()
758 control_down = release_arrows(); in hang_fall()
929 if (control_down < 0) { in swordfight()
[all …]
H A Dseg006.c1409 control_backward = control_forward = control_up = control_down = 0;
1418 ctrl1_down = control_down;
1427 control_down = ctrl1_down;
1465 if (control_down >= 0) {
1467 if (control_down == 0) {
1468 control_down = -1;
1471 control_down = 0;
2008 if (Char.frame == frame_166_stand_inactive && control_down < 0) {
2012 control_down = 1;
H A Dseg002.c559 control_down = 0; in move_0_nothing()
585 control_down = -1; in move_4_down()
597 control_down = -1; in move_down_back()
603 control_down = -1; in move_down_forw()
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/slic3r/GUI/Gizmos/
H A DGLGizmosManager.cpp397 …moEventType action, const Vec2d& mouse_position, bool shift_down, bool alt_down, bool control_down) in gizmo_event() argument
403 …izmos[SlaSupports].get())->gizmo_event(action, mouse_position, shift_down, alt_down, control_down); in gizmo_event()
405 …>(m_gizmos[Hollow].get())->gizmo_event(action, mouse_position, shift_down, alt_down, control_down); in gizmo_event()
409 …m*>(m_gizmos[Seam].get())->gizmo_event(action, mouse_position, shift_down, alt_down, control_down); in gizmo_event()
508 bool control_down = evt.CmdDown(); in on_mouse() local
591 if (control_down) in on_mouse()
618 if (evt.LeftDown() && (!control_down || grabber_contains_mouse())) { in on_mouse()
645 …else if (evt.RightDown() && !control_down && selected_object_idx != -1 && (m_current == FdmSupport… in on_mouse()
660 else if (evt.Dragging() && control_down && (evt.LeftIsDown() || evt.RightIsDown())) { in on_mouse()
670 … gizmo_event(SLAGizmoEventType::LeftUp, mouse_pos, evt.ShiftDown(), evt.AltDown(), control_down); in on_mouse()
[all …]
H A DGLGizmoHollow.hpp35 …oEventType action, const Vec2d& mouse_position, bool shift_down, bool alt_down, bool control_down);
H A DGLGizmoPainterBase.hpp69 …oEventType action, const Vec2d& mouse_position, bool shift_down, bool alt_down, bool control_down);
H A DGLGizmoSlaSupports.hpp63 …oEventType action, const Vec2d& mouse_position, bool shift_down, bool alt_down, bool control_down);
H A DGLGizmoHollow.cpp273 …moEventType action, const Vec2d& mouse_position, bool shift_down, bool alt_down, bool control_down) in gizmo_event() argument
280 if (action == SLAGizmoEventType::LeftDown && (shift_down || alt_down || control_down)) { in gizmo_event()
400 if (action == SLAGizmoEventType::MouseWheelUp && control_down) { in gizmo_event()
407 if (action == SLAGizmoEventType::MouseWheelDown && control_down) { in gizmo_event()
H A DGLGizmosManager.hpp209 …sition = Vec2d::Zero(), bool shift_down = false, bool alt_down = false, bool control_down = false);
H A DGLGizmoSlaSupports.cpp338 …moEventType action, const Vec2d& mouse_position, bool shift_down, bool alt_down, bool control_down) in gizmo_event() argument
346 if (action == SLAGizmoEventType::LeftDown && (shift_down || alt_down || control_down)) { in gizmo_event()
485 if (action == SLAGizmoEventType::MouseWheelUp && control_down) { in gizmo_event()
492 if (action == SLAGizmoEventType::MouseWheelDown && control_down) { in gizmo_event()
H A DGLGizmoPainterBase.cpp248 …moEventType action, const Vec2d& mouse_position, bool shift_down, bool alt_down, bool control_down) in gizmo_event() argument
252 if (control_down) { in gizmo_event()
/dports/devel/py-pyface/pyface-7.2.0/pyface/dock/
H A Ddock_window_feature.py123 control_down = Bool(False) variable in DockWindowFeature
477 if self.control_down:
504 if self.control_down:
640 control_down=event.ControlDown(),
/dports/graphics/figurine/figurine-1.0.5/src/
H A Dmouse_motion.c94 || ((report->xmotion.state & ControlMask) && !state.control_down) in handle_motion()
95 || (!(report->xmotion.state & ControlMask) && state.control_down)); in handle_motion()
105 state.control_down=(report->xmotion.state & ControlMask); in handle_motion()
H A Dmouse_button.c105 state.control_down = TRUE; in handle_button_press()
107 state.control_down = FALSE; in handle_button_press()
136 && !state.editing_object && state.control_down && VIEW(l2)!=NULL) in handle_button_press()
H A Dellipse.c97 if (state.control_down) in commit_ellipse()
283 if (state.control_down) in toggle_ellipse()
H A Drectangle.c93 if (state.control_down) in commit_rectangle()
265 if (state.control_down) in toggle_rectangle()
/dports/devel/py-pyface/pyface-7.2.0/pyface/
H A Dkey_pressed_event.py25 control_down = Bool() variable in KeyPressedEvent
/dports/emulators/x16-rom/x16-rom-r38/kernal/fonts/
H A Dconio1.s136 .word control_down ; $11 | CURSOR: DOWN
231 control_down: label
/dports/devel/py-pyface/pyface-7.2.0/pyface/ui/wx/
H A Dwindow.py225 control_down=event.controlDown,
H A Dpython_editor.py285 control_down=event.controlDown,
/dports/devel/py-pyface/pyface-7.2.0/examples/tasks/advanced/
H A Dpython_editor_qt4.py194 control_down=(
/dports/devel/py-pyface/pyface-7.2.0/pyface/ui/qt4/
H A Dpython_editor.py206 control_down=(
H A Dwindow.py257 control_down=(
/dports/mail/alpine/alpine-465e23b/pico/osdep/
H A Dmswin_tw.c572 int control_down = GetKeyState(VK_CONTROL) < 0; in mswin_tw_wm_notify() local
577 if(control_down && shift_down) in mswin_tw_wm_notify()
/dports/editors/pico-alpine/alpine-465e23b/pico/osdep/
H A Dmswin_tw.c572 int control_down = GetKeyState(VK_CONTROL) < 0; in mswin_tw_wm_notify() local
577 if(control_down && shift_down) in mswin_tw_wm_notify()

12