ObjFW  Ticket Change Details

Overview

Artifact ID: baac8743007a83df79ff6b11d9572f02343d6a20c5759771093c2ef20edeb399
Ticket: 3ca87bc883540d160c65da1736843aae61e90bdd
Support game controllers directly via USB HID device API
User & Date: js on 2024-08-20 22:31:55
Changes

  1. icomment:
    Currently, the OS-specific API is used for all controllers. However, on Windows, this means only Xbox 360 controllers. And on Linux, it means the kernel does some remapping to make it an evdev device, which we then have to undo and map back to the original buttons.
    
    Investigate whether this can be worked around by implementing the USB HID protocol directly. This might also make controllers portable between OSes, as the HID descriptor would be the same, no matter which OS, and only the talking to a HID device part needs to be abstracted then.
    
  2. login: "js"
  3. mimetype: "text/x-markdown"
  4. priority changed to: "Low"
  5. private_contact changed to: "c8a37120da0f2517297a682b10203a3a5eef21c2"
  6. severity changed to: "Minor"
  7. status changed to: "Open"
  8. title changed to:
    Support game controllers directly as USB HID devices
    
  9. type changed to: "Enhancement"