This commit is contained in:
Denis 2024-01-02 21:20:07 +01:00
parent c668a9406c
commit 58d7d7c553
No known key found for this signature in database
GPG key ID: DD9B63F805CF5C03

View file

@ -991,8 +991,8 @@ static int touchscreen_ev_map(
.gamepad_set = {
.element = GAMEPAD_TOUCHPAD_X,
.status = {
.touchpad_active = {
.status = e->ev[i].value,
.touchpad_x = {
.value = e->ev[i].value,
}
}
}
@ -1007,8 +1007,8 @@ static int touchscreen_ev_map(
.gamepad_set = {
.element = GAMEPAD_TOUCHPAD_Y,
.status = {
.touchpad_active = {
.status = e->ev[i].value,
.touchpad_y = {
.value = e->ev[i].value,
}
}
}