ice.ini

来自「开放源码分布式开发包」· INI 代码 · 共 21 行

INI
21
字号
< node="root" type="qXML" >
	< attr="version" type="string" value="0.1.1" >
	< node="data" type="userdata" >
		< attr="version" type="string" value="ICE device config v1.0" >
		<resolutions type="list of resolutions" >
			< attr="1" type="string" value="640x480" >
			< attr="2" type="string" value="800x600" >
			< attr="3" type="string" value="1024x768" >
		</ resolutions>
		< node="colordepths" type="color depth list" >
			< attr="16bit" type="string" value="16" >
			< attr="32bit" type="string" value="32" >
		</ close="colordepths" >
		< node="devices" type="list of device drivers" >
			< attr="OpenGL" type="string" value="OpenGL" >
			< attr="DirectX8" type="string" value="DirectX8" >
			< attr="Software" type="string" value="Software" >
		</ close="devices" >
	</ close="data" >
</ close="root" >

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?