diff --git a/sfx-100-streamdeck-sfb-extension/SimFeedbackInvoker.cs b/sfx-100-streamdeck-sfb-extension/SimFeedbackInvoker.cs index c1da4d0..12c3ae5 100644 --- a/sfx-100-streamdeck-sfb-extension/SimFeedbackInvoker.cs +++ b/sfx-100-streamdeck-sfb-extension/SimFeedbackInvoker.cs @@ -81,12 +81,10 @@ public enum WMessages : uint TBM_GETRANGEMAX = 0x0402, // Get max range TBM_GETRANGEMIN = 0x0401, // Get min range - TBM_GETPOS = 0x0400, // Trackbar get position - TBM_SETPOS = 0x0405, // Trackbar set position - TBM_SETPOSNOTIFY = 0x0422, - WM_NOTIFY = 0x004E, - WM_NOTIFYFORMAT = 0x0055 - } + TBM_GETPOS = 0x0400, // Trackbar get position + TBM_SETPOS = 0x0405, // Trackbar set position + TBM_SETPOSNOTIFY = 0x0422, // Trackbar set position with notify + } public void ClickElement(IntPtr hwndChild)