UNPKG
playactor
Version:
latest (0.4.1)
0.4.1
0.4.0
0.3.2
0.3.1
0.3.0
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.1.0
play around with your playstation devices
github.com/dhleong/playactor
dhleong/playactor
playactor
/
dist
/
socket
/
remote.d.ts
17 lines
(16 loc)
•
278 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
export
declare
enum
RemoteOperation
{
Up
=
1
,
Down
=
2
,
Right
=
4
,
Left
=
8
,
Enter
=
16
,
Back
=
32
,
Option
=
64
,
PS
=
128
,
Cancel
=
512
}
export
declare
enum
InternalRemoteOperation
{
KeyOff
=
256
,
CloseRC
=
2048
,
OpenRC
=
1024
}