Home
last modified time | relevance | path

Searched refs:direction_changed (Results 1 – 25 of 156) sorted by relevance

1234567

/dports/devel/allegro5/allegro5-5.2.7.0/examples/
H A Dex_enet_client.c180 bool direction_changed = false; in main() local
191 case ALLEGRO_KEY_W: dy -= 1; direction_changed = true; break; in main()
193 case ALLEGRO_KEY_S: dy += 1; direction_changed = true; break; in main()
195 case ALLEGRO_KEY_A: dx -= 1; direction_changed = true; break; in main()
197 case ALLEGRO_KEY_D: dx += 1; direction_changed = true; break; in main()
203 case ALLEGRO_KEY_W: dy += 1; direction_changed = true; break; in main()
205 case ALLEGRO_KEY_S: dy -= 1; direction_changed = true; break; in main()
207 case ALLEGRO_KEY_A: dx += 1; direction_changed = true; break; in main()
209 case ALLEGRO_KEY_D: dx -= 1; direction_changed = true; break; in main()
223 if (direction_changed) { in main()
[all …]
/dports/devel/godot-tools/godot-demo-projects-8d9d58f112d8/2d/finite_state_machine/player/
H A Dplayer_controller.gd6 signal direction_changed(new_direction)
25 emit_signal("direction_changed", value)
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/sticky_keys/
H A Dsticky_keys_controller.cc271 bool direction_changed = false; in HandleScrollEvent() local
276 direction_changed = offset * scroll_delta_ <= 0; in HandleScrollEvent()
280 if (!direction_changed) in HandleScrollEvent()
287 (event.type() == ui::ET_SCROLL_FLING_START || direction_changed)) { in HandleScrollEvent()
/dports/devel/py-prompt-toolkit2/prompt_toolkit-2.0.10/prompt_toolkit/
H A Dsearch.py153 direction_changed = search_state.direction != direction
159 if not direction_changed:
/dports/devel/py-lineedit/lineedit-0.1.6/lineedit/deps/prompt_toolkit/
H A Dsearch.py153 direction_changed = search_state.direction != direction
159 if not direction_changed:
/dports/devel/py-prompt-toolkit/prompt_toolkit-3.0.23/prompt_toolkit/
H A Dsearch.py174 direction_changed = search_state.direction != direction
180 if not direction_changed:
/dports/devel/godot-tools/godot-demo-projects-8d9d58f112d8/2d/finite_state_machine/player/weapon/
H A Dweapon_pivot.gd7 owner.connect("direction_changed", self, "_on_Parent_direction_changed")
/dports/x11-toolkits/gtk40/gtk-4.4.1/gtk/
H A Dgtkshortcutsgroup.c202 GTK_WIDGET_CLASS (gtk_shortcuts_group_parent_class)->direction_changed (widget, previous_dir); in gtk_shortcuts_group_direction_changed()
271 widget_class->direction_changed = gtk_shortcuts_group_direction_changed; in gtk_shortcuts_group_class_init()
H A Dgtkshortcutsshortcut.c319 GTK_WIDGET_CLASS (gtk_shortcuts_shortcut_parent_class)->direction_changed (widget, previous_dir); in gtk_shortcuts_shortcut_direction_changed()
546 widget_class->direction_changed = gtk_shortcuts_shortcut_direction_changed; in gtk_shortcuts_shortcut_class_init()
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dgtkshortcutsgroup.c220 GTK_WIDGET_CLASS (gtk_shortcuts_group_parent_class)->direction_changed (widget, previous_dir); in gtk_shortcuts_group_direction_changed()
298 widget_class->direction_changed = gtk_shortcuts_group_direction_changed; in gtk_shortcuts_group_class_init()
H A Dgtkcheckbutton.c162 GTK_WIDGET_CLASS (gtk_check_button_parent_class)->direction_changed (widget, previous_direction); in gtk_check_button_direction_changed()
218 widget_class->direction_changed = gtk_check_button_direction_changed; in gtk_check_button_class_init()
H A Dgtkshortcutsshortcut.c296 GTK_WIDGET_CLASS (gtk_shortcuts_shortcut_parent_class)->direction_changed (widget, previous_dir); in gtk_shortcuts_shortcut_direction_changed()
504 widget_class->direction_changed = gtk_shortcuts_shortcut_direction_changed; in gtk_shortcuts_shortcut_class_init()
H A Dgtkcheckmenuitem.c204 widget_class->direction_changed = gtk_check_menu_item_direction_changed; in gtk_check_menu_item_class_init()
691 GTK_WIDGET_CLASS (gtk_check_menu_item_parent_class)->direction_changed (widget, previous_dir); in gtk_check_menu_item_direction_changed()
/dports/x11-toolkits/libdazzle/libdazzle-3.42.0/src/shortcuts/
H A Ddzl-shortcuts-group.c216 GTK_WIDGET_CLASS (dzl_shortcuts_group_parent_class)->direction_changed (widget, previous_dir); in dzl_shortcuts_group_direction_changed()
294 widget_class->direction_changed = dzl_shortcuts_group_direction_changed; in dzl_shortcuts_group_class_init()
H A Ddzl-shortcuts-shortcut.c304 GTK_WIDGET_CLASS (dzl_shortcuts_shortcut_parent_class)->direction_changed (widget, previous_dir); in dzl_shortcuts_shortcut_direction_changed()
512 widget_class->direction_changed = dzl_shortcuts_shortcut_direction_changed; in dzl_shortcuts_shortcut_class_init()
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gdk/
H A Dgdkkeysprivate.h69 void (*direction_changed) (GdkKeymap *keymap); member
/dports/x11-toolkits/gtk20/gtk+-2.24.33/gdk/
H A Dgdkkeys.h76 void (*direction_changed) (GdkKeymap *keymap); member
/dports/x11-toolkits/gtk40/gtk-4.4.1/gdk/
H A Dgdkkeysprivate.h66 void (*direction_changed) (GdkKeymap *keymap); member
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/ui/toolbar/
H A Dtext-toolbar.h120 void direction_changed(int mode);
/dports/games/solarus-quest-editor/solarus-quest-editor-e541e1312c242bff10aa1fb84a7eb8b6cb8504ba/include/widgets/
H A Dedit_entity_dialog.h45 void direction_changed();
/dports/games/aisleriot/aisleriot-3.22.19/src/
H A Dar-fullscreen-button.c328 …GTK_WIDGET_CLASS (ar_fullscreen_button_parent_class)->direction_changed (widget, previous_directio… in ar_fullscreen_button_direction_changed()
483 widget_class->direction_changed = ar_fullscreen_button_direction_changed; in ar_fullscreen_button_class_init()
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/prompt_toolkit/key_binding/bindings/
H A Demacs.py414 direction_changed = search_state.direction != direction
420 if not direction_changed:
/dports/japanese/im-ja/im-ja-1.5/src/
H A Dpreeditarea.c113 widget_class->direction_changed = preedit_area_direction_changed; in preedit_area_class_init()
361 GTK_WIDGET_CLASS(parent_class)->direction_changed(widget, previous_dir); in preedit_area_direction_changed()
/dports/devel/py-prompt-toolkit1/prompt_toolkit-1.0.18/prompt_toolkit/key_binding/bindings/
H A Demacs.py415 direction_changed = search_state.direction != direction
421 if not direction_changed:
/dports/lang/fpc-source/fpc-3.2.2/packages/gtk2/src/gtk+/gdk/
H A Dgdkkeys.inc21 direction_changed : procedure (keymap:PGdkKeymap); cdecl;

1234567