view samples/ui.tp @ 334:98534108b854

Add width and height accessors to texture objects in SDL module
author Michael Pavone <pavone@retrodev.com>
date Mon, 30 Mar 2015 19:12:40 -0700
parents ead24192ed45
children 79a14e41b79a
line wrap: on
line source

#{
	main <- {
		wind <- ui window: #{
			title <- "Quiche UI Test"
			color <- ui r: 192u8 g: 192u8 b: 192u8
		}
		
		wind show:
		ui enterEventLoop
	}
}