Ignore:
Timestamp:
2021-10-25T17:51:10Z (2 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
91ece11b
Parents:
805a149
Message:

Support double-click

Needed to open Navigator entries using the mouse.

File:
1 edited

Legend:

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

    r805a149 r8edec53  
    11/*
    2  * Copyright (c) 2019 Jiri Svoboda
     2 * Copyright (c) 2021 Jiri Svoboda
    33 * All rights reserved.
    44 *
     
    4242        PTD_ABS_MOVE,
    4343        PTD_PRESS,
    44         PTD_RELEASE
     44        PTD_RELEASE,
     45        PTD_DCLICK
    4546} ptd_event_type_t;
    4647
Note: See TracChangeset for help on using the changeset viewer.