Skip to content

Commit 2f2cfb9

Browse files
authored
Merge pull request #1401 from Azaezel/alpha41/guideButton
add guide button support
2 parents e8028b9 + 7364fb4 commit 2f2cfb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Engine/source/platform/input/event.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ CodeMapping gVirtualMap[] =
419419
{ "btn_b", SI_BUTTON, XI_B },
420420
{ "btn_x", SI_BUTTON, XI_X },
421421
{ "btn_y", SI_BUTTON, XI_Y },
422-
422+
{ "btn_guide", SI_BUTTON, XI_GUIDE }, //"guide",//yorks
423423
//-------------------------------------- MISCELLANEOUS EVENTS
424424
//
425425

0 commit comments

Comments
 (0)