Update of /cvsroot/quest-ed/quest-3b
In directory usw-pr-cvs1:/tmp/cvs-serv31107
Modified Files:
conf.ql
Log Message:
Add back ability to move around in a viewport by right-clicking and dragging.
Index: conf.ql
===================================================================
RCS file: /cvsroot/quest-ed/quest-3b/conf.ql,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -r1.18 -r1.19
*** conf.ql 18 May 2002 18:12:11 -0000 1.18
--- conf.ql 18 May 2002 18:38:08 -0000 1.19
***************
*** 240,244 ****
(bind (lambda () (camera.rotate DIR_BACKWARD)) "d")
*/
! (bind edit.move_drag "mouse-left")
(menu.set menu_camera)
--- 240,244 ----
(bind (lambda () (camera.rotate DIR_BACKWARD)) "d")
*/
! (bind camera.move_drag "mouse-right")
(menu.set menu_camera)
***************
*** 275,278 ****
--- 275,280 ----
(bind (lambda () (edit.move DIR_FORWARD)) "shift+page-up")
(bind (lambda () (edit.move DIR_BACKWARD)) "shift+page-down")
+
+ (bind edit.move_drag "mouse-left")
(bind (lambda () (texture.move DIR_LEFT)) "control+left")
|