genode/repos/os/src/server/nit_fb
Alexander Boettcher c745f9b48c nitpicker: forward touch events
Issue #1444
2015-03-19 08:57:19 +01:00
..
README nit_fb: use server API, make resizeable 2014-08-15 10:19:48 +02:00
main.cc nitpicker: forward touch events 2015-03-19 08:57:19 +01:00
target.mk nit_fb: use server API, make resizeable 2014-08-15 10:19:48 +02:00

README

The 'nit_fb' server provides a single session of the 'Input' and 'Framebuffer'
services by presenting a Nitpicker view at a predefined screen position. If
instantiated multiple times, it can be used to statically arrange multiple
virtual frame buffers on one physical screen. The size and screen position
of each 'nit_fb' instance can be defined via Genode's configuration mechansim
using the following attributes of the 'nit_fb' config node:

! <config xpos="100" ypos="150" width="300" height="200" />