From 2089a1780a244692219e6060fab00300dc008ef5 Mon Sep 17 00:00:00 2001 From: Tobi Date: Mon, 23 Aug 2021 15:54:45 +0200 Subject: [PATCH] Update utils.py --- keymapper/utils.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/keymapper/utils.py b/keymapper/utils.py index 0de14e77..cac68774 100644 --- a/keymapper/utils.py +++ b/keymapper/utils.py @@ -106,9 +106,6 @@ def will_report_key_up(event): def should_map_as_btn(event, mapping, gamepad): """Does this event describe a button. - If it does, this function will make sure its value is one of [-1, 0, 1], - so that it matches the possible values in a mapping object if needed. - If a new kind of event should be mappable to buttons, this is the place to add it.