tsc_CustomMenuItem

This is a abstract subclass of tsc_MenuItem where you can specify a click action.

Constructor

tsc_CustomMenuItem (x_Code identifier, const char* text = NULL);

Abstract methods

Do something special when you are clicked, return true to indicate that the menu has been completed.

virtual bool OnMenuItemClicked() = 0;