ControllerInterface: Update sort priorities.

This commit is contained in:
Jordan Woyak
2022-03-02 15:40:20 -06:00
parent 076a262b9e
commit 566dfc1cf4
5 changed files with 6 additions and 4 deletions

View File

@ -172,6 +172,8 @@ public:
}
}
int GetSortPriority() const override { return -1; }
private:
// `boolean` comes from Windows API. (typedef of unsigned char)
using ButtonValueType = boolean;