ekt: Fix bindings and trackball speed/range

This commit is contained in:
2025-09-02 16:23:48 +02:00
parent 873ae0a30a
commit 837b0663aa
9 changed files with 50 additions and 49 deletions

View File

@ -40,7 +40,8 @@ HRESULT ekt_io4_hook_init(const struct io4_config *cfg, bool is_terminal)
static HRESULT ekt_io4_poll(void *ctx, struct io4_state *state)
{
uint8_t opbtn, x, y;
uint8_t opbtn;
uint16_t x, y;
uint32_t gamebtn;
HRESULT hr;