File: SampleMetaData.xml

package info (click to toggle)
cegui-mk2 0.8.7%2Bgit20220615-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 57,816 kB
  • sloc: cpp: 306,263; python: 1,175; ansic: 812; sh: 616; xml: 191; java: 162; makefile: 21
file content (7 lines) | stat: -rw-r--r-- 473 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
<SampleDefinition
    name      = "CEGUIHelloWorldDemo"
    type      = "C++ Module"
    summary         = "A very simple &quot;Hello World&quot; demo. It contains a single window which will write &quot;Hello-World&quot; to the console if clicked"
    description     = "The demo uses the WindowManager to create the window from code. An event handler is used to handle the mouse clicks on the window."
    credits         = "CrazyEddie, Lukas &quot;Ident&quot; Meindl"
/>