Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Copy r5117 through r5119 from trunk. | Pierre Ossman | 2013-05-30 | 1 | -0/+2 |
* | Major rewrite of the keyboard code. The old code was too focused on | Pierre Ossman | 2013-04-09 | 1 | -2/+33 |
* | Make sure we release the same key we previously pressed for a | Pierre Ossman | 2013-04-09 | 1 | -0/+3 |
* | We have an object to store stuff in, so don't use a global | Pierre Ossman | 2013-04-09 | 1 | -0/+1 |
* | Make sure InputDevice::InitInputDevice() gets called early in | Pierre Ossman | 2013-04-09 | 1 | -3/+5 |
* | [Development] Use AllocDevicePair instead of AddDevice/RegisterDevice functions | Adam Tkac | 2010-04-14 | 1 | -0/+10 |
* | [Development] Merge KeyboardDevice and PointerDevice classes to new class called | Adam Tkac | 2010-04-14 | 1 | -23/+17 |
* | Move keyboard input related code to Input.h and Input.cc. | Adam Tkac | 2009-08-28 | 1 | -0/+13 |
* | Add Input.h and Input.cc and move all mouse input related code there. | Adam Tkac | 2009-08-28 | 1 | -0/+61 |