Const<MobileControlsWrapper
enabled={mobileControlsEnabled}
currentStanceIndex={currentStanceIndex}
stanceWheelExpanded={stanceWheelExpanded}
onMove={handleMobileMove}
onAttack={handleMobileAttack}
onBlock={handleMobileBlock}
onStanceChange={handleMobileStanceChange}
onStanceWheelToggle={() => setStanceWheelExpanded(!stanceWheelExpanded)}
onGesture={handleMobileGesture}
/>
MobileControlsWrapper - Container for all mobile touch controls
Provides virtual controls for mobile combat gameplay: