Ignore:
Timestamp:
2020-02-21T10:50:48Z (4 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
265989d
Parents:
6c2aba3
git-author:
Jiri Svoboda <jiri@…> (2020-02-19 19:38:03)
git-committer:
Jiri Svoboda <jiri@…> (2020-02-21 10:50:48)
Message:

Support absolute movement events from input device

File:
1 edited

Legend:

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

    r6c2aba3 r1388f7f0  
    4040typedef enum {
    4141        PTD_MOVE,
     42        PTD_ABS_MOVE,
    4243        PTD_PRESS,
    4344        PTD_RELEASE
     
    5152        /** Relative move vector for PTD_MOVE */
    5253        gfx_coord2_t dmove;
     54        /** Absolute position for PTD_ABS_MOVE */
     55        gfx_coord2_t apos;
     56        /** Absolute position bounds for PTD_ABS_MOVE */
     57        gfx_rect_t abounds;
    5358} ptd_event_t;
    5459
Note: See TracChangeset for help on using the changeset viewer.