(layers branch) Adjust tool implemented. Left click and drag to move a single layer, Right-click and drag to move everything.
git-svn-id: svn://pulkomandy.tk/GrafX2/branches/layers@1041 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
12
init.c
12
init.c
@@ -1585,12 +1585,12 @@ void Init_operations(void)
|
||||
Scroll_12_0,HIDE_CURSOR,FAST_MOUSE);
|
||||
Init_operation(OPERATION_SCROLL,2,0,
|
||||
Scroll_12_0,HIDE_CURSOR,FAST_MOUSE);
|
||||
Init_operation(OPERATION_SCROLL,1,4,
|
||||
Scroll_12_4,0,FAST_MOUSE);
|
||||
Init_operation(OPERATION_SCROLL,2,4,
|
||||
Scroll_12_4,0,FAST_MOUSE);
|
||||
Init_operation(OPERATION_SCROLL,0,4,
|
||||
Scroll_0_4,HIDE_CURSOR,FAST_MOUSE);
|
||||
Init_operation(OPERATION_SCROLL,1,5,
|
||||
Scroll_12_5,0,FAST_MOUSE);
|
||||
Init_operation(OPERATION_SCROLL,2,5,
|
||||
Scroll_12_5,0,FAST_MOUSE);
|
||||
Init_operation(OPERATION_SCROLL,0,5,
|
||||
Scroll_0_5,HIDE_CURSOR,FAST_MOUSE);
|
||||
|
||||
Init_operation(OPERATION_GRAD_CIRCLE,1,0,Grad_circle_12_0,HIDE_CURSOR,FAST_MOUSE);
|
||||
Init_operation(OPERATION_GRAD_CIRCLE,2,0,Grad_circle_12_0,HIDE_CURSOR,FAST_MOUSE);
|
||||
|
||||
Reference in New Issue
Block a user