Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
MorsGames
GitHub Repository: MorsGames/sm64plus
Path: blob/master/launcher/input_presets/Default.ini
7888 views
1
[INFO]
2
description="Default input mapping for XInput controllers and keyboard. Should work well with most controllers!"
3
[CONTROLLER MAPPING]
4
button_a = "2"
5
button_b = "8"
6
button_start = "128"
7
button_l = "1024"
8
button_r = "2048"
9
button_z = "12582912"
10
button_cup = "16"
11
button_cdown = "4"
12
button_cleft = "0"
13
button_cright = "0"
14
left_analog_stick_deadzone = "512"
15
right_analog_stick_deadzone = "512"
16
rumble_strength = "0.25"
17
block_non_xinput_controllers = "false"
18
[KEYBOARD MAPPING]
19
key_a = "38"
20
key_b = "51"
21
key_start = "57"
22
key_l = "46"
23
key_r = "54"
24
key_z = "37"
25
key_cup = "328"
26
key_cdown = "336"
27
key_cleft = "331"
28
key_cright = "333"
29
key_stickup = "17"
30
key_stickdown = "31"
31
key_stickleft = "30"
32
key_stickright = "32"
33
key_walktrigger = "42"
34
[MOUSE]
35
mouse_support = "true"
36
mouse_sensitivity = "4.000000"
37
left_mouse_button_action = "32768"
38
right_mouse_button_action = "16384"
39
middle_mouse_button_action = "8192"
40
mouse_wheel_up_action = "8"
41
mouse_wheel_down_action = "4"
42
43