95a46c5577
Signed-off-by: Nico Schottelius <nico@ikn.schottelius.org>
20 lines
322 B
Text
20 lines
322 B
Text
What to export how to the clients.
|
|
|
|
Perhaps use doxygen for it?
|
|
|
|
Currently just some ideas (based on gpm1 experience):
|
|
|
|
|
|
Functions
|
|
---------
|
|
|
|
- get_num_mice(): returns number of attached mice
|
|
|
|
|
|
Data / structures
|
|
-----------------
|
|
|
|
gpm2_event
|
|
~~~~~~~~~~
|
|
|
|
- unsigned short mouse_number; /* which mouse reported the event */
|