Add ZoomLevel to joystick.xml
#3
@PatK Ah, ok... As the function it was for 'pictures', I thought it might work here. Is for the part of <SlideShow>.

Code:
<SlideShow>
    <joystick profile="game.controller.default">
      <a>Pause</a>
      <b>Stop</b>
      <y>ZoomNormal</y>
      <leftbumper>Rotate</leftbumper>
      <rightbumper>Info</rightbumper>
      <up>ZoomIn</up>
      <up>ZoomLevel3</up>
      <down>ZoomOut</down>
      <down>ZoomLevel2</down>
      <left>PreviousPicture</left>
      <right>NextPicture</right>
      <leftstick direction="left">AnalogMoveXLeft</leftstick>
      <leftstick direction="right">AnalogMoveXRight</leftstick>
      <leftstick direction="up">AnalogMoveYUp</leftstick>
      <leftstick direction="down">AnalogMoveYDown</leftstick>
      <lefttrigger>ZoomOut</lefttrigger>
      <righttrigger>ZoomIn</righttrigger>
    </joystick>

I added <up> ZoomLevel3 </up> and <down> ZoomLevel2 </down> "to get out of trouble" for now; but I would like to press up/down (x) times to adjust the zoom level (as was in Jarvis). Maybe I don't express myself correctly in the previous post.
Reply


Messages In This Thread
Add ZoomLevel to joystick.xml - by NemRe - 2020-02-02, 21:44
RE: Add ZoomLevel to joystick.xml - by PatK - 2020-02-02, 22:32
RE: Add ZoomLevel to joystick.xml - by NemRe - 2020-02-02, 23:03
RE: Add ZoomLevel to joystick.xml - by NemRe - 2020-02-06, 00:15
RE: Add ZoomLevel to joystick.xml - by NemRe - 2020-02-06, 13:41
Logout Mark Read Team Forum Stats Members Help
Add ZoomLevel to joystick.xml0