Results 1 to 10 of 10

Thread: XInput interface for Delphi

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    So I've traced the problem to this line:
    @fXIGetDSoundAudioDeviceGUIDS:=getProcAddress(fXIn putHandle,'XInputGetDSoundAudioDeviceGuids');
    The problem is that this will return nil and therefore the procedure TXInputInterface.initialise will return false. So I've removed all references to fXIGetDSoundAudioDeviceGuids in the unit and now it's working fine for buttons press detection.

  2. #2
    PGD Community Manager AthenaOfDelphi's Avatar
    Join Date
    Dec 2004
    Location
    South Wales, UK
    Posts
    1,245
    Blog Entries
    2
    Can I make a suggestion Go to the Github page for my library and create an issue recording what you've found out. I'm already looking at fixing it, but as usual Microsoft seem to have complicated things when it comes to figuring out which version of the OS you are running on.
    :: AthenaOfDelphi :: My Blog :: My Software ::

  3. #3

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •