mirror of
https://github.com/SFML/SFML.git
synced 2025-01-18 23:35:11 +08:00
parent
dfc9b83fe4
commit
68738df373
@ -309,8 +309,8 @@ JoystickState JoystickImpl::JoystickImpl::update()
|
||||
if (!data)
|
||||
continue;
|
||||
|
||||
int buttonIndex = 0;
|
||||
hid_item_t item;
|
||||
std::size_t buttonIndex = 0;
|
||||
hid_item_t item;
|
||||
|
||||
while (hid_get_item(data, &item))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user