summaryrefslogtreecommitdiffstats
path: root/input.c
Commit message (Collapse)AuthorAgeFilesLines
* Rename input.c to evdev.c.Kristian Høgsberg2008-11-241-151/+0
|
* Expose screenshooting as an interface, drop SIGUSR hack.Kristian Høgsberg2008-11-241-1/+0
| | | | | This pulls in a bit of extra infrastructure for discovering adertised objects on the client side.
* Add crude input device support.Kristian Høgsberg2008-11-061-0/+152
Just pointer motion and button clicks for now, broadcast to all clients.