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


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/lib/ui/src/rbutton.c

    r805a149 r8edec53  
    490490                }
    491491                break;
     492        case POS_DCLICK:
     493                break;
    492494        }
    493495
Note: See TracChangeset for help on using the changeset viewer.