Changeset 60ebe63 in mainline for uspace/srv/hid/display/types/display/ptd_event.h
- Timestamp:
- 2022-11-08T21:20:23Z (3 years ago)
- Branches:
- master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 7bcd15f
- Parents:
- 3a6d44b7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/display/types/display/ptd_event.h
r3a6d44b7 r60ebe63 1 1 /* 2 * Copyright (c) 202 1Jiri Svoboda2 * Copyright (c) 2022 Jiri Svoboda 3 3 * All rights reserved. 4 4 * … … 48 48 /** Pointing device event */ 49 49 typedef struct { 50 /** Positioning device ID */ 51 unsigned pos_id; 52 /** PTD event type */ 50 53 ptd_event_type_t type; 51 54 /** Button number for PTD_PRESS or PTD_RELEASE */
Note:
See TracChangeset
for help on using the changeset viewer.