diff options
author | Richard Nelson <richard@lindenlab.com> | 2011-10-19 10:48:27 -0700 |
---|---|---|
committer | Richard Nelson <richard@lindenlab.com> | 2011-10-19 10:48:27 -0700 |
commit | f88ff0a278ffdaf7d963a8bfd56bae8a31b192b4 (patch) | |
tree | 8b3c6ad56fedd31982a46b7cbe7ff4b574cfafde /indra/newview/skins/default/xui/en/widgets/joystick_rotate.xml | |
parent | 0df1c7a7bfdbb7916d3db9a012abd4d9f746f1fa (diff) |
STORM-1647 FIX Orbit camera controls in the view floater are not responding
Diffstat (limited to 'indra/newview/skins/default/xui/en/widgets/joystick_rotate.xml')
-rw-r--r-- | indra/newview/skins/default/xui/en/widgets/joystick_rotate.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/widgets/joystick_rotate.xml b/indra/newview/skins/default/xui/en/widgets/joystick_rotate.xml new file mode 100644 index 0000000000..a190da3909 --- /dev/null +++ b/indra/newview/skins/default/xui/en/widgets/joystick_rotate.xml @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="utf-8" standalone="yes" ?> +<joystick_rotate + image_selected="Cam_Rotate_In" + image_unselected="Cam_Rotate_Out" + scale_image="false" + mouse_opaque="false" + held_down_delay.seconds="0"/> |