aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core/libLumina/LInputDevice.h
Commit message (Collapse)AuthorAge
* Get the new input device routines almost ready. Still have the page disabled ↵Ken Moore2016-12-06
| | | | in lumina-config right now, but it is coming along nicely.
* Revert "Revert "search clear function on ESC press""Ken Moore2016-11-20
| | | | This reverts commit 151062b99e29e18dbc614bf66582f908c864a96a.
* Revert "search clear function on ESC press"q5sys2016-11-20
| | | | | This reverts commit b9840ef585385fece513e24e4cea193d35328dc0, reversing changes made to cb5524f6fd5186414c11339375bebd3b808b4857.
* Commit some more work on the new input device framework. Got the properties ↵Ken Moore2016-11-17
| | | | getting listed now, just need to figure out how to read/set the various properties (no documentation on what the various inputs are for the XCB functions to do that).
* Oops - make sure the LInput funcions are public and staticKen Moore2016-11-17
|
* Add in the beginnings of a new backend class for managing input devices ↵Ken Moore2016-11-17
(LInputDevice): This uses the xcb-xinput library for interacting with devices on X (could be moved to wayland in the future).
bgstack15