Skip to content

[WIP] Implement wlr_seat

Jan Kelling requested to merge github/fork/nyorain/wlr_seat into master

This implements a first version of wlr_seat. It currently relies on the (nonexistent) wlr_wl_{touch, keyboard, pointer} so it will not compile. But since there are a few design decisions done here, some feedback would be nice.

Is it acceptable to introduce wlr_wl_{touch, keyboard, pointer} or should those interfaces be merged with wlr_{touch, keyboard, pointer}? Latter would be possible but introduce some design issues.

Merge request reports