• Dear Cerberus X User!

    As we prepare to transition the forum ownership from Mike to Phil (TripleHead GmbH), we need your explicit consent to transfer your user data in accordance with our amended Terms and Rules in order to be compliant with data protection laws.

    Important: If you accept the amended Terms and Rules, you agree to the transfer of your user data to the future forum owner!

    Please read the new Terms and Rules below, check the box to agree, and click "Accept" to continue enjoying your Cerberus X Forum experience. The deadline for consent is April 5, 2024.

    Do not accept the amended Terms and Rules if you do not wish your personal data to be transferred to the future forum owner!

    Accepting ensures:

    - Continued access to your account with a short break for the actual transfer.

    - Retention of your data under the same terms.

    Without consent:

    - You don't have further access to your forum user account.

    - Your account and personal data will be deleted after April 5, 2024.

    - Public posts remain, but usernames indicating real identity will be anonymized. If you disagree with a fictitious name you have the option to contact us so we can find a name that is acceptable to you.

    We hope to keep you in our community and see you on the forum soon!

    All the best

    Your Cerberus X Team

Implemented on GIT HTML5 CountJoysticks() support

grant

Member
CX Code Contributor
3rd Party Module Dev
3rd Party Tool Dev
Joined
Nov 19, 2019
Messages
80
This modification makes gamepad count work on HTML5. When a gamepad is disconnected the next ones up will be moved down on the array, because this is how it seems to work on GLFW. Tested with 0-5 gamepads connected, because the HTML5 target's max is set to 4.

This is what the changes look like on Github:

I attached a demo that draws the results of all the joystick functions.

Edit: cleaning up my Github fork, so the link changed/updated.
 

Attachments

  • countJoysticksDemo.cxs
    2.4 KB · Views: 79
Last edited:
You addition kinda clashes with the recent changes, aka I have difficulties to identify them.

Could you get the file from the html_improvements_01 branch and tell me what has to be done?
What confuses me is the code inside your gamepad detection looks slightly different from ours.
 
Ehm, so they are not finished? May I ask why you suggested aka submitted them?
 
Ehm, so they are not finished? May I ask why you suggested aka submitted them?
They are marked as "WIP" (I didn't do that). They aren't in an official release yet.
 
Ahhhh, okidoki. I did that. I thought your code is unfinished. Sorry my bad. So much for me speaking English. o_O
 
As nobody mentioned any problems, I moved it to the develop branch.
 
Back
Top Bottom