Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[wip] wlr-seat-keyboard: keyboard events
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Axis events for the cursor are generated with the scroll wheel.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Rename wlr_output_layout_init() to wlr_output_layout_create() to be consistent
with the rest of the api.
|
|
Add the layout `destroy` and `change` events.
When a layout is destroyed, detach is from the wlr_cursor.
When a layout is changed, warp the cursor to the closest layout boundary.
|
|
|
|
|
|
wlr_cursor
|
|
|
|
|
|
|
|
|
|
|