User talk:Euss/sandbox: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 16: | Line 16: | ||
{{Dts|2014-02-22}} | {{Dts|2014-02-22}} | ||
===Button Mapping=== | |||
{| class="wikitable sortable" | |||
! Button !! DS3 !! DS4 !! Move !! Offset | |||
|- | |||
| Select || 1<<0 || {{NA}} || 1<<0 || 0x00000001 | |||
|- | |||
| L3 || 1<<1 || 1<<1 || || 0x00000002 | |||
|- | |||
| R3 || 1<<2 || 1<<2 || || 0x00000004 | |||
|- | |||
| Start / Options || 1<<3 (Start) || 1<<3 (Options) || 1<<3 (Start) || 0x00000008 | |||
|- | |||
| D Up || 1<<4 || 1<<4 || || 0x00000010 | |||
|- | |||
| D Right || 1<<5 || 1<<5 || || 0x00000020 | |||
|- | |||
| D Down || 1<<6 || 1<<6 || || 0x00000040 | |||
|- | |||
| D Left || 1<<7 || 1<<7 || || 0x00000080 | |||
|- | |||
| L2 || 1<<8 || 1<<8 || || 0x00000100 | |||
|- | |||
| R2 || 1<<9 || 1<<9 || || 0x00000200 | |||
|- | |||
| L1 || 1<<10 || 1<<10 || || 0x00000400 | |||
|- | |||
| R1 || 1<<11 || 1<<11 || || 0x00000800 | |||
|- | |||
| Triangle || 1<<12 || 1<<12 || 1<<4 || 0x00001000 | |||
|- | |||
| Circle || 1<<13 || 1<<13 || 1<<5 || 0x00002000 | |||
|- | |||
| X || 1<<14 || 1<<14 || 1<<6 || 0x00004000 | |||
|- | |||
| Square || 1<<15 || 1<<15 || 1<<7 || 0x00008000 | |||
|- | |||
| PS || 1<<16 || 1<<16 || || | |||
|- | |||
| Share || {{NA}} || ? || {{NA}} || | |||
|- | |||
| TouchPad || {{NA}} || 1<<20 || {{NA}} || 0x00100000 | |||
|- | |||
| Move button || {{NA}} || {{NA}} || 1<<2 || | |||
|- | |||
| T button || {{NA}} || {{NA}} || 1<<1 || | |||
|- | |||
| Intercepted || || 1<<15 || 0x80000000 | |||
|- | |||
|} |
Revision as of 01:40, 23 January 2014
sandbox
HoverImage
working now, sample moved to http://www.psdevwiki.com/ps4/Templates#HoverImage
Spoiler
visible text
invisible text to be collapsable
Licensee
dates
22 February 2014
February 22, 2014
Button Mapping
Button | DS3 | DS4 | Move | Offset |
---|---|---|---|---|
Select | 1<<0 | NA | 1<<0 | 0x00000001 |
L3 | 1<<1 | 1<<1 | 0x00000002 | |
R3 | 1<<2 | 1<<2 | 0x00000004 | |
Start / Options | 1<<3 (Start) | 1<<3 (Options) | 1<<3 (Start) | 0x00000008 |
D Up | 1<<4 | 1<<4 | 0x00000010 | |
D Right | 1<<5 | 1<<5 | 0x00000020 | |
D Down | 1<<6 | 1<<6 | 0x00000040 | |
D Left | 1<<7 | 1<<7 | 0x00000080 | |
L2 | 1<<8 | 1<<8 | 0x00000100 | |
R2 | 1<<9 | 1<<9 | 0x00000200 | |
L1 | 1<<10 | 1<<10 | 0x00000400 | |
R1 | 1<<11 | 1<<11 | 0x00000800 | |
Triangle | 1<<12 | 1<<12 | 1<<4 | 0x00001000 |
Circle | 1<<13 | 1<<13 | 1<<5 | 0x00002000 |
X | 1<<14 | 1<<14 | 1<<6 | 0x00004000 |
Square | 1<<15 | 1<<15 | 1<<7 | 0x00008000 |
PS | 1<<16 | 1<<16 | ||
Share | NA | ? | NA | |
TouchPad | NA | 1<<20 | NA | 0x00100000 |
Move button | NA | NA | 1<<2 | |
T button | NA | NA | 1<<1 | |
Intercepted | 1<<15 | 0x80000000 |