Ignore:
Timestamp:
2020-02-19T13:28:34Z (4 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0a052b0
Parents:
e1f2079
git-author:
Jiri Svoboda <jiri@…> (2020-01-18 18:28:21)
git-committer:
Jiri Svoboda <jiri@…> (2020-02-19 13:28:34)
Message:

Deliver window focus and unfocus events

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/display/include/types/display.h

    re1f2079 rb0a94854  
    5858/** Display window callbacks */
    5959typedef struct {
     60        /** Focus event */
     61        void (*focus_event)(void *);
     62        /** Keyboard event callback */
    6063        void (*kbd_event)(void *, kbd_event_t *);
     64        /** Position event callback */
    6165        void (*pos_event)(void *, pos_event_t *);
     66        /** Unfocus event */
     67        void (*unfocus_event)(void *);
    6268} display_wnd_cb_t;
    6369
Note: See TracChangeset for help on using the changeset viewer.