mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-20 15:08:19 +00:00
editor: use CTRL-key instead of ALT-key to move world/view; ticket #551
This commit is contained in:
parent
a15c6946cd
commit
12127c0acd
|
@ -1153,7 +1153,7 @@ static void do_map_editor(RECT view, RECT toolbar)
|
||||||
start_mx = mx;
|
start_mx = mx;
|
||||||
start_my = my;
|
start_my = my;
|
||||||
|
|
||||||
if(inp_key_pressed(KEY_LALT))
|
if(inp_key_pressed(KEY_LCTRL) || inp_key_pressed(KEY_RCTRL))
|
||||||
{
|
{
|
||||||
if(inp_key_pressed(KEY_LSHIFT))
|
if(inp_key_pressed(KEY_LSHIFT))
|
||||||
operation = OP_PAN_EDITOR;
|
operation = OP_PAN_EDITOR;
|
||||||
|
|
Loading…
Reference in a new issue