form VIRTUAL GAMEPAD { theme = res/common/gamepad.theme size = 100%, 100% consumeInputEvents = false container left { alignment = ALIGN_BOTTOM_LEFT size = 23%, 41% consumeInputEvents = false joystick { style = joystickStyle size = 85%, 85% alignment = ALIGN_VCENTER_HCENTER radius = 12.5% } } container right { alignment = ALIGN_BOTTOM_RIGHT size = 20%, 35% consumeInputEvents = false container inner { size = 90%, 90% alignment = ALIGN_VCENTER_HCENTER consumeInputEvents = false button A { mapping = BUTTON_A style = buttonAStyle size = 50%, 50% alignment = ALIGN_BOTTOM_LEFT } button B { mapping = BUTTON_B style = buttonBStyle size = 50%, 50% alignment = ALIGN_TOP_RIGHT } } } }