Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Memikk

Pages: [1]
1
General / Re: Failed to set DirectInput device axis mode: 1
« on: October 10, 2018, 08:07:24 pm »
It says "No joystick" because there is no joystick connected. I checked with the sf::Joystick::isConnected() method.

2
General / Failed to set DirectInput device axis mode: 1
« on: October 10, 2018, 02:01:17 pm »
My console is constantly printing "Failed to set DirectInput device axis mode: 1" even when running starting program from SFML tutorial. I checked if it detects any joysticks and it doesn't so I don't know where is it coming from. I think it happens from the sf::Joystick::update() function.

I am using SFML 2.5 and Visual Studio Community 2017.

Pages: [1]
anything