Changeset 8edec53 in mainline for uspace/lib/ui/src/pbutton.c


Ignore:
Timestamp:
2021-10-25T17:51:10Z (3 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/lib/ui/src/pbutton.c

    r805a149 r8edec53  
    521521                }
    522522                break;
     523        case POS_DCLICK:
     524                break;
    523525        }
    524526
Note: See TracChangeset for help on using the changeset viewer.