#include <ipc/mouse.h>#include <stdio.h>#include <stdlib.h>#include <async.h>#include <errno.h>#include <devmap.h>#include "adb_mouse.h"#include "adb_dev.h"Go to the source code of this file.
Functions | |
| static void | client_connection (ipc_callid_t iid, ipc_call_t *icall) |
| int | main (int argc, char **argv) |
| static void | mouse_ev_btn (int button, int press) |
| static void | mouse_ev_move (int dx, int dy) |
| void | mouse_handle_data (uint16_t data) |
Variables | |
| static bool | b1_pressed |
| static bool | b2_pressed |
| static int | client_phone = -1 |
Definition in file adb_mouse.c.
1.4.7