-
Notifications
You must be signed in to change notification settings - Fork 0
/
params.py
51 lines (43 loc) · 1.91 KB
/
params.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
### Inputs ###
#Avatar change
avatar_change = "/avatar/change"
#Interface buttons
keypad_button = "/avatar/parameters/vrphone_keypad_enter_button"
ok_button = "/avatar/parameters/vrphone_ok_button"
cancel_button = "/avatar/parameters/vrphone_cancel_button"
yes_button = "/avatar/parameters/vrphone_yes_button"
no_button = "/avatar/parameters/vrphone_no_button"
center_button = "/avatar/parameters/vrphone_center_button"
#Microsip
microsip_call_outgoing = "/microsip/command/cmdOutgoingCall"
microsip_call_incoming = "/microsip/command/cmdIncomingCall"
microsip_call_ring = "/microsip/command/cmdCallRing"
microsip_call_answer = "/microsip/command/cmdCallAnswer"
microsip_call_busy = "/microsip/command/cmdCallBusy"
microsip_call_start = "/microsip/command/cmdCallStart"
microsip_call_end = "/microsip/command/cmdCallEnd"
### Outputs ###
#Shape Key Menu Control
active_screen = "/avatar/parameters/ActiveScreen"
active_window = "/avatar/parameters/ActiveWindow"
active_dialog = "/avatar/parameters/ActiveDialog"
active_popup = "/avatar/parameters/ActivePopup"
#Selectors (Not used in public avatar)
show_selection1 = "/avatar/parameters/Selection1"
show_selection2 = "/avatar/parameters/Selection2"
show_selection3 = "/avatar/parameters/Selection3"
show_selection4 = "/avatar/parameters/Selection4"
#Number Row 1
show_numberRow1Slot1 = "/avatar/parameters/NumberRow1Slot1"
show_numberRow1Slot2 = "/avatar/parameters/NumberRow1Slot2"
show_numberRow1Slot3 = "/avatar/parameters/NumberRow1Slot3"
show_numberRow1Slot4 = "/avatar/parameters/NumberRow1Slot4"
#Number Row2
show_numberRow2Slot1 = "/avatar/parameters/NumberRow2Slot1"
show_numberRow2Slot2 = "/avatar/parameters/NumberRow2Slot2"
show_numberRow2Slot3 = "/avatar/parameters/NumberRow2Slot3"
show_numberRow2Slot4 = "/avatar/parameters/NumberRow2Slot4"
#Delimiter Row 1
show_delimiterRow1 = "/avatar/parameters/DelimiterRow1"
#Delimiter Row 2
show_delimiterRow2 = "/avatar/parameters/DelimiterRow2"