Ignore:
Timestamp:
2022-11-08T21:20:23Z (3 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
7bcd15f
Parents:
3a6d44b7
Message:

Store positioning device ID in position events

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/hid/display/types/display/ptd_event.h

    r3a6d44b7 r60ebe63  
    11/*
    2  * Copyright (c) 2021 Jiri Svoboda
     2 * Copyright (c) 2022 Jiri Svoboda
    33 * All rights reserved.
    44 *
     
    4848/** Pointing device event */
    4949typedef struct {
     50        /** Positioning device ID */
     51        unsigned pos_id;
     52        /** PTD event type */
    5053        ptd_event_type_t type;
    5154        /** Button number for PTD_PRESS or PTD_RELEASE */
Note: See TracChangeset for help on using the changeset viewer.