applets/controller: Hook up the "Motion" button functionality

I forgot to hook this up during the development of the controller applet, this PR amends that.
This commit is contained in:
Morph 2021-04-13 10:05:07 -04:00
parent 30023be88c
commit 0cff324521
2 changed files with 19 additions and 0 deletions

View file

@ -51,6 +51,9 @@ private:
// Initializes the "Configure Vibration" Dialog.
void CallConfigureVibrationDialog();
// Initializes the "Configure Motion / Touch" Dialog.
void CallConfigureMotionTouchDialog();
// Initializes the "Create Input Profile" Dialog.
void CallConfigureInputProfileDialog();