curif / AgeOfJoy-2022.1

Age of Joy Unit V2022.1
17 stars 7 forks source link

New mouse input device: "mouse_pointer", emulates mouse with aiming rather than sticks #496

Closed Emashzed closed 4 months ago

Emashzed commented 4 months ago

New device for emulating mouse with aiming rather than analog sticks: use mouse_pointer instead of mouse.

In order to use mouse_pointer you also need to add the usual lightgun configuration block to your cab !

Example:

core: scummvm
rom: Day of the Tentacle.scummvm

devices:
  - slot: 0
    type: mouse_pointer

light-gun:
  active: true
  gun:
    invert-pointer: false
    model: bullpuprifle.glb
    adjust-sight:
      horizontal: 0
      vertical: 6  
  debug:
    active: false