Changeset a106037 in mainline for uspace/lib/ui/private/entry.h
- Timestamp:
- 2021-07-21T18:04:12Z (3 years ago)
- Branches:
- master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 21b0013, 5de71df
- Parents:
- 282c86d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ui/private/entry.h
r282c86d ra106037 68 68 /** Button is held down */ 69 69 bool held; 70 /** Left shift is held down */ 71 bool lshift_held; 72 /** Right shift is held down */ 73 bool rshift_held; 70 74 }; 71 75
Note:
See TracChangeset
for help on using the changeset viewer.