zero4
12-21-2010, 01:43 AM
Hi
I've the problem that when I'm extending from MobileGame I've joypads visible. Anyone know how to disable them?
I've tried to change default HUD/PC/Pawn - can't find the code that's responsible for it...
edit:
When your HUD is extending from HUD instead of MobileHUD - joypad isn't there - but I can't load any MobileScene :(
[solved]
replace this function in your HuD:
function DrawMobileZone_Joystick(MobileInputZone Zone)
{
}
and now joypad isn't visible ;) but zones are still there...you need to delete them from .ini files.
I've the problem that when I'm extending from MobileGame I've joypads visible. Anyone know how to disable them?
I've tried to change default HUD/PC/Pawn - can't find the code that's responsible for it...
edit:
When your HUD is extending from HUD instead of MobileHUD - joypad isn't there - but I can't load any MobileScene :(
[solved]
replace this function in your HuD:
function DrawMobileZone_Joystick(MobileInputZone Zone)
{
}
and now joypad isn't visible ;) but zones are still there...you need to delete them from .ini files.