Signed-off-by: Gergely Nagy <algernon@keyboard.io>
pull/1046/head
Gergely Nagy 4 years ago
parent 4c8bc6ffe1
commit bb95be4861
No known key found for this signature in database
GPG Key ID: AC1E90BAC433F68F

@ -33,7 +33,7 @@ struct PointerEvent {
Key key = Key_NoKey, PointerEventId id = last_id_)
: addr(addr), x(x), y(y), h(h), v(v), key(key), id_(id) {}
PointerEventEvent() : id_(last_id_) {}
PointerEvent() : id_(last_id_) {}
// For use by sensor creating a new event from a physical sensor event.
static PointerEvent next(KeyAddr addr, int8_t x, int8_t y, int8_t h, int8_t v) {

Loading…
Cancel
Save