File: README

package info (click to toggle)
qtwayland-opensource-src 5.15.15-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 11,124 kB
  • sloc: cpp: 53,685; xml: 9,462; ansic: 187; makefile: 29; sh: 5
file content (8 lines) | stat: -rw-r--r-- 463 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
A minimal example showing what is required to get a C++ based compositor up
and running. Input events are not delivered to clients, to avoid the logic
for finding the correct window and map the coordinates. This example uses the
IVI-application shell protocol, positioning windows based on the ivi_id.

See the qwindow-compositor example for information on how to implement
support for key and mouse events, and everything else a proper desktop
compositor needs.