Index: trunk/tests/gui_test/nv_gui_test.cc
===================================================================
--- trunk/tests/gui_test/nv_gui_test.cc	(revision 329)
+++ trunk/tests/gui_test/nv_gui_test.cc	(revision 351)
@@ -80,4 +80,5 @@
 				break;
 			}
+			m_guienv->process_io_event( event );
 		}
 	}
Index: trunk/tests/gui_test/premake4.lua
===================================================================
--- trunk/tests/gui_test/premake4.lua	(revision 329)
+++ trunk/tests/gui_test/premake4.lua	(revision 351)
@@ -15,4 +15,4 @@
 		objdir ("../../".._ACTION.."/release")
 
+	dofile("../../nv.lua")
 	dofile("gui_test.lua")
-	dofile("../../nv.lua")
Index: trunk/tests/gui_test/test.style.lua
===================================================================
--- trunk/tests/gui_test/test.style.lua	(revision 329)
+++ trunk/tests/gui_test/test.style.lua	(revision 351)
@@ -10,6 +10,10 @@
 		skin = "button.png",
 
-		[":hover"] = {
+		hover = {
 			text_color = { 1.0, 1.0, 1.0, 1.0 },
+		},
+
+		selected = {
+			text_color = { 1.0, 1.0, 0.0, 1.0 },
 		}
 
