Changeset f6df5a3 in mainline for uspace/lib/ui/private/pbutton.h


Ignore:
Timestamp:
2020-10-13T20:06:47Z (4 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c9a7adc
Parents:
47728678
Message:

Button press visual feedback

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/ui/private/pbutton.h

    r47728678 rf6df5a3  
    4040#include <gfx/context.h>
    4141#include <gfx/coord.h>
     42#include <stdbool.h>
    4243
    4344/** Actual structure of push button.
     
    5253        /** Caption */
    5354        const char *caption;
     55        /** Button is currently held down */
     56        bool held;
    5457};
    5558
Note: See TracChangeset for help on using the changeset viewer.