Welcome! Log In Create A New Profile

Advanced

How to use GuiTrigger::Down() in libwiigui

Posted by SteelSLasher 
How to use GuiTrigger::Down() in libwiigui
July 09, 2009 10:30PM
I am having some truobles trying to use the GuiTrigger::Down() function. I can't find an app that uses it to use as an example.

BTW its in libwiigui
Re: How to use GuiTrigger::Down() in libwiigui
July 10, 2009 05:34AM
Take a look at gui_filebrowser.cpp
Re: How to use GuiTrigger::Down() in libwiigui
July 10, 2009 11:43AM
would this be the correct method:

if(trigDown->Down())
		{
		//code to be executed here
		}

Honestly, i just cant seem to figure out how the Down function is used, all i want to do is reposition some text when a button is pressed but i dont know how id deal with several triggers for one element
Sorry, only registered users may post in this forum.

Click here to login