1
0
Fork 0
godot/editor/plugins/tiles
hamid 82e23da12e Add drag zoom feature with CTRL+MiddleMouseButton
This change introduces a DragType enum to scene/gui/view_panner.cpp of
dragging, which includes:

- DRAG_TYPE_NONE: Not dragging
- DRAG_TYPE_PAN: Panning (dragging using MMB)
- DRAG_TYPE_ZOOM: Zooming (dragging using CTRL+MMB)

The goal of this change is the third option, which was already available
in 3D viewport but not in 2D. This feature should work in other editors
as well such as Animation Track Editor and Visual Shader Editor and so
on.
2025-05-01 15:15:44 +03:30
..
SCsub
atlas_merging_dialog.cpp Selectively apply `FOCUS_ACCESSIBILITY` to the `Label`s instead of setting it by default. 2025-04-23 12:47:31 +03:00
atlas_merging_dialog.h Style: Replace header guards with `#pragma once` 2025-03-07 17:33:47 -06:00
tile_atlas_view.cpp Add drag zoom feature with CTRL+MiddleMouseButton 2025-05-01 15:15:44 +03:30
tile_atlas_view.h Add drag zoom feature with CTRL+MiddleMouseButton 2025-05-01 15:15:44 +03:30
tile_data_editors.cpp Initial editor accessibility. 2025-04-08 20:25:48 +03:00
tile_data_editors.h Style: Replace header guards with `#pragma once` 2025-03-07 17:33:47 -06:00
tile_map_layer_editor.cpp Merge pull request #105861 from groud/fix_flipped_tile_rendering 2025-04-28 14:10:48 -05:00
tile_map_layer_editor.h Draw the mouse position's tilemap co-ordinate (and rectangle size) on the screen when using the TileMapLayer's Terrains plugin. 2025-03-22 10:29:24 +10:30
tile_proxies_manager_dialog.cpp
tile_proxies_manager_dialog.h Style: Replace header guards with `#pragma once` 2025-03-07 17:33:47 -06:00
tile_set_atlas_source_editor.cpp Selectively apply `FOCUS_ACCESSIBILITY` to the `Label`s instead of setting it by default. 2025-04-23 12:47:31 +03:00
tile_set_atlas_source_editor.h Improve `TileMap` and `TileSet` editors UI 2025-03-16 11:21:17 +03:00
tile_set_editor.cpp Merge pull request #89324 from KoBeWi/pandora's_can_of_worms 2025-04-28 10:01:33 -05:00
tile_set_editor.h Improve `TileMap` and `TileSet` editors UI 2025-03-16 11:21:17 +03:00
tile_set_scenes_collection_source_editor.cpp Selectively apply `FOCUS_ACCESSIBILITY` to the `Label`s instead of setting it by default. 2025-04-23 12:47:31 +03:00
tile_set_scenes_collection_source_editor.h Style: Replace header guards with `#pragma once` 2025-03-07 17:33:47 -06:00
tiles_editor_plugin.cpp Replace size() == 0 with is_empty(). 2025-04-02 19:18:43 +08:00
tiles_editor_plugin.h Style: Replace header guards with `#pragma once` 2025-03-07 17:33:47 -06:00