mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2024-11-22 20:15:17 +00:00
L (Trigger) is real. Keyboard only for now.
This commit is contained in:
parent
f43c06303f
commit
0413703a60
2 changed files with 2 additions and 1 deletions
|
@ -34,7 +34,7 @@ bool configFullscreen = false;
|
||||||
unsigned int configKeyA = 0x26;
|
unsigned int configKeyA = 0x26;
|
||||||
unsigned int configKeyB = 0x33;
|
unsigned int configKeyB = 0x33;
|
||||||
unsigned int configKeyStart = 0x39;
|
unsigned int configKeyStart = 0x39;
|
||||||
unsigned int configKeyL = 0x35;
|
unsigned int configKeyL = 0x34;
|
||||||
unsigned int configKeyR = 0x36;
|
unsigned int configKeyR = 0x36;
|
||||||
unsigned int configKeyZ = 0x25;
|
unsigned int configKeyZ = 0x25;
|
||||||
unsigned int configKeyCUp = 0x148;
|
unsigned int configKeyCUp = 0x148;
|
||||||
|
|
|
@ -5,6 +5,7 @@ extern bool configFullscreen;
|
||||||
extern unsigned int configKeyA;
|
extern unsigned int configKeyA;
|
||||||
extern unsigned int configKeyB;
|
extern unsigned int configKeyB;
|
||||||
extern unsigned int configKeyStart;
|
extern unsigned int configKeyStart;
|
||||||
|
extern unsigned int configKeyL;
|
||||||
extern unsigned int configKeyR;
|
extern unsigned int configKeyR;
|
||||||
extern unsigned int configKeyZ;
|
extern unsigned int configKeyZ;
|
||||||
extern unsigned int configKeyCUp;
|
extern unsigned int configKeyCUp;
|
||||||
|
|
Loading…
Reference in a new issue