sc_menu_force_mobile(boolean)

This Macro is used to force the creation of menus to mobile devices.

The parameter (true or false) is optional. If no value is passed, it will use the value "true" ( enable mobile mode)

�

Ex1:

sc_menu_force_mobile(true);

Ex2:

sc_menu_force_mobile(false);