Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/include/io/input.h

    r28a5ebd r8edec53  
    11/*
    2  * Copyright (c) 2012 Jiri Svoboda
     2 * Copyright (c) 2021 Jiri Svoboda
    33 * All rights reserved.
    44 *
     
    5454        errno_t (*abs_move)(input_t *, unsigned, unsigned, unsigned, unsigned);
    5555        errno_t (*button)(input_t *, int, int);
     56        errno_t (*dclick)(input_t *, int);
    5657} input_ev_ops_t;
    5758
Note: See TracChangeset for help on using the changeset viewer.