Exemplo n.º 1
0
int RecordGUIFwd::button_release()
{
	unset_repeat(repeat_id);
//	if(!count) engine->goto_next_label();
	return 1;
}
Exemplo n.º 2
0
int RecordGUIFwd::button_release()
{
	unset_repeat(repeat_id);
	return 1;
}
Exemplo n.º 3
0
int RecordGUIBack::button_release()
{
	unset_repeat(repeat_id);
//	if(!count) engine->goto_prev_label();
	return 1;
}