Talk:RCOXML Animations: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
(8 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
= | =Lock and Unlock= | ||
{{Boxcode|code=<syntaxhighlight lang="xml"> <Lock unknownInt0="0xffffffff" /></syntaxhighlight>}} | |||
{{Boxcode|code=<syntaxhighlight lang="xml"> <Unlock unknownInt0="0xffffffff" /></syntaxhighlight>}} | |||
Related with [[VSH Exports#paf]] NID 0x55EE69A7 ('''InputDevice_Lock'''), and NID 0xE26BBDE4 ('''InputDevice_Unlock''') ? | |||
The value 0xffffffff could be bit flags (for all the supported input devices) so is locking/unlocking all them ? | |||
The | |||
Latest revision as of 05:18, 30 August 2021
Lock and Unlock[edit source]
<Lock unknownInt0="0xffffffff" />
<Unlock unknownInt0="0xffffffff" />
Related with VSH Exports#paf NID 0x55EE69A7 (InputDevice_Lock), and NID 0xE26BBDE4 (InputDevice_Unlock) ?
The value 0xffffffff could be bit flags (for all the supported input devices) so is locking/unlocking all them ?