Changeset 830ac99 in mainline for console/gcons.h


Ignore:
Timestamp:
2006-06-15T19:53:38Z (18 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
096ba7a
Parents:
7a0c530
Message:

Added mouse input. Still missing support in console and framebuffer.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • console/gcons.h

    r7a0c530 r830ac99  
    4242void gcons_notify_connect(int consnum);
    4343void gcons_notify_disconnect(int consnum);
     44void gcons_mouse_move(int dx, int dy);
    4445
    4546#endif
Note: See TracChangeset for help on using the changeset viewer.