Defold 1.2.183 BETA

Thanks. BUTTON_MODE (key code 110) is currently not mapped to anything. The translations can be seen here:

What we need to do for buttons is to provide a mapping from BUTTON_MODE to the next free button index.

And AXIS mappings:

What we need here is to add two new mappings from AXIS_GAS and AXIS_BREAK to the next two free axis indices.

1 Like

I think it would be better to use AMOTION_EVENT_AXIS_LTRIGGER and AMOTION_EVENT_AXIS_RTRIGGER. It has the same values but feels a bit more suitable than BREAK and GAS (which are for a steering wheel with pedals, I think)

1 Like

Ah yes indeed. I thought we already had axis bindings for those!

1 Like

I’ll prepare PR

1 Like