View Single Post
08/07/23, 01:31 PM   #42
ZOS_DanBatson
ZOS Staff!
 
ZOS_DanBatson's Avatar
Yes this person is from ZeniMax!
Join Date: Jul 2015
Posts: 181
Originally Posted by Masteroshi430 View Post
My headache of the day:
To allow using custom keybinds in menus with gamepad mode we have to use this though:

Code:
<Layer name="GamepadUIMode" allowFallthrough="false">
   <Category>
             <AllowAction name="RUN_ROOMBA"/>
   </Category>
</Layer>
Is there any alternative or this will still be allowed?
Again, it is only a problem if you try to change the value of allowFallthrough. Since the vanilla's value for GamepadUIMode is already allowFallthrough="false" you're perfectly fine to do what you did, because you aren't trying to change it to true.
  Reply With Quote