Main Restorations Software Audio/Jukebox/MP3 Everything Else Buy/Sell/Trade
Project Announcements Monitor/Video GroovyMAME Merit/JVL Touchscreen Meet Up Retail Vendors
Driving & Racing Woodworking Software Support Forums Consoles Project Arcade Reviews
Automated Projects Artwork Frontend Support Forums Pinball Forum Discussion Old Boards
Raspberry Pi & Dev Board controls.dat Linux Miscellaneous Arcade Wiki Discussion Old Archives
Lightguns Arcade1Up Try the site in https mode Site News

Unread posts | New Replies | Recent posts | Rules | Chatroom | Wiki | File Repository | RSS | Submit news

  

Author Topic: invert y axis Autohotkey  (Read 2264 times)

0 Members and 1 Guest are viewing this topic.

Moksi

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 194
  • Last login:April 20, 2024, 01:12:43 pm
  • I want to build my own arcade controls!
invert y axis Autohotkey
« on: March 17, 2018, 04:16:36 am »
Is there someone that can help me out with an ahk to invert the Joystick Y Axis movement?

With Daphne if i play Astron belt the controls are inverted  DOwn = up, Up=Down with the Joystick.


Le Chuck

  • Saint, make a poll!
  • Wiki Contributor
  • Trade Count: (+6)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 5509
  • Last login:April 14, 2024, 06:01:28 pm
  • <insert personal text here>
Re: invert y axis Autohotkey
« Reply #1 on: March 17, 2018, 10:12:12 am »
Just create a second Daphne folder for that game and set the controls to what you need. I assume you’re launching Daphne from bat files so just aim the Astron one at that copy of Daphne. Easier than AHK.

Moksi

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 194
  • Last login:April 20, 2024, 01:12:43 pm
  • I want to build my own arcade controls!
Re: invert y axis Autohotkey
« Reply #2 on: March 17, 2018, 03:01:14 pm »
I read the Daphne control config it seems you cant invert the controls for the joystick it automatically picks up the settings.

Le Chuck

  • Saint, make a poll!
  • Wiki Contributor
  • Trade Count: (+6)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 5509
  • Last login:April 14, 2024, 06:01:28 pm
  • <insert personal text here>
Re: invert y axis Autohotkey
« Reply #3 on: March 17, 2018, 03:40:40 pm »
I thought you could set it through the dapinput.ini. If it doesn’t exist you might need to create it

Moksi

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 194
  • Last login:April 20, 2024, 01:12:43 pm
  • I want to build my own arcade controls!
Re: invert y axis Autohotkey
« Reply #4 on: March 17, 2018, 05:46:25 pm »
yes i have the input.dll even set the keys in Daphne loader but Daphne automatically picks up the joystick and the y axis is inverted by default.

so i thought maybe try an ahk with invert but its probably complicated