PistonDevelopers / input

DEPRECATED - moved into the piston repo
MIT License
7 stars 11 forks source link

User aware input #46

Open bvssvni opened 9 years ago

bvssvni commented 9 years ago

The idea is that for all buttons and motion the source is a user and not just a device connected to the computer. You can have multiple keyboards and multiple mouses connected to same computer if the window back-end supports it.

bvssvni commented 9 years ago

This could be added as extra argument to Press, Release and Move.

bvssvni commented 9 years ago

Sometimes a device is shared among users and sometimes it is unique per user.

bvssvni commented 9 years ago

Sometimes you have a collection of devices that logically belongs to each user.