Example #1
0
	void combo_drag::process_event()
	{
		if (drag_ == DROP_DOWN)
		{
			drag_ = NONE;
			make_drop_down_menu();
		}
	}
Example #2
0
void combo::process_event()
{
	if (!pressed())
		return;
	make_drop_down_menu();
}