// Control your radar cursor with the X52 ministick! mouse.Swallow=true PPJoy1.analog0 = smooth(delta(mouse1.DirectInputY),5,0.2)/9 PPJoy1.analog1 = -smooth(delta(mouse1.DirectInputX),5,0.2)/9 mouse.LeftButton = mouse2.LeftButton mouse.MiddleButton = mouse2.MiddleButton mouse.RightButton = mouse2.RightButton fakemouse.DirectInputX = mouse2.DirectInputX fakemouse.DirectInputY = mouse2.DirectInputY fakemouse.DirectInputZ = mouse2.DirectInputZ