Composition Manager
io-winmgr [-c file] [-start] [-stop] [-d [file]] [-quiet] [-sendev msg] [-sysres [file]] [-verbose]
Neutrino
You can run only a single instance of io-winmgr. |
type=close:[qid|wid]=(int) type=state:[qid|wid]=(int):index=(int):f=(float) type=state:[qid|wid]=(int):index=(int):i=(int) type=state:[qid|wid]=(int):index=(int):l=(long long int) type=input:[qid|wid]=(int):index=(int):f=(float) type=input:[qid|wid]=(int):index=(int):i=(int) type=input:[qid|wid]=(int):index=(int):l=(long long int) type=jog:[qid|wid]=(int):index=(int):count=(int) type=pointer:[qid|wid]=(int):index=(int):select=(int):x=(int):y=(int) type=stick:[qid|wid]=(int):index=(int):x=(int):y=(int):z=(int) type=keyboard:[qid|wid]=(int):flags=(uint):key_caps=(uint):key_scan=(uint):key_sym=(uint):modifiers=(uint)
The io-winmgr utility provides a level of absraction between the HMI player and any application that's running on the system. The io-winmgr manager centralizes all window creation, realization, destruction, and composition activities and allows applications and the HMI to be highly portable.
Start io-winmgr:
io-winmgr -start
Dump the current state to a file:
io-winmgr -d ./myoutput/dump
Overview of the Composition Manager, Configuring io-winmgr