Thread Tools Display Modes
Prev Previous Post   Next Post Next
08/07/23, 01:31 PM   #20
ZOS_DanBatson
ZOS Staff!
 
ZOS_DanBatson's Avatar
Yes this person is from ZeniMax!
Join Date: Jul 2015
Posts: 183
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
 

ESOUI » Developer Discussions » Tutorials & Other Helpful Info » Update 39 (Version 9.1)


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off