Talk:RCOXML Animations: Difference between revisions

From PS3 Developer wiki
Jump to navigation Jump to search
(all moved to front and other pages)
mNo edit summary
Line 1: Line 1:
=Lock and Unlock=
{{Boxcode|content=<syntaxhighlight lang="xml"> <Lock unknownInt0="0xffffffff" /></syntaxhighlight>}}
{{Boxcode|content=<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 ?

Revision as of 22:45, 3 May 2018

Lock and Unlock

Code Sample
Code Sample

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 ?