Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Panning in LevelEditor
Apjjm Offline
Is easy to say

Posts: 496
Threads: 18
Joined: Apr 2011
Reputation: 52
#3
RE: Panning in LevelEditor

If you download autohotkey the following script should let you use left ctrl+alt to pan with in the level and model editors:
SetTitleMatchMode RegEx
#IfWinActive .*HPL (Level|Model) Editor
*LCtrl::
SendEvent {Blind}{MButton down}
KeyWait LCtrl
SendEvent {Blind}{MButton up}
return
(This post was last modified: 06-25-2012, 09:06 PM by Apjjm.)
06-25-2012, 09:03 PM
Find


Messages In This Thread
Panning in LevelEditor - by Electra - 06-25-2012, 06:05 PM
RE: Panning in LevelEditor - by SilentStriker - 06-25-2012, 06:21 PM
RE: Panning in LevelEditor - by Apjjm - 06-25-2012, 09:03 PM



Users browsing this thread: 1 Guest(s)