Skip to content

Commit

Permalink
change MAPPING_TYPE_UNKNOWN to -1
Browse files Browse the repository at this point in the history
  • Loading branch information
lightmanLP committed Dec 18, 2024
1 parent 26c513b commit a913bb5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@

namespace Ship {

#define MAPPING_TYPE_UNKNOWN -1
#define MAPPING_TYPE_GAMEPAD 0
#define MAPPING_TYPE_KEYBOARD 1
#define MAPPING_TYPE_MOUSE 2
#define MAPPING_TYPE_UNKNOWN 3

class ControllerMapping {
public:
Expand Down

0 comments on commit a913bb5

Please sign in to comment.