Changeset 830ac99 in mainline for console/console.c


Ignore:
Timestamp:
2006-06-15T19:53:38Z (19 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/console.c

    r7a0c530 r830ac99  
    299299                        /* TODO: Handle hangup */
    300300                        return;
     301                case KBD_MS_MOVE:
     302                        gcons_mouse_move(IPC_GET_ARG1(call), IPC_GET_ARG2(call));
     303                        break;
    301304                case KBD_PUSHCHAR:
    302305                        /* got key from keyboard driver */
Note: See TracChangeset for help on using the changeset viewer.