Skip to content

Commit

Permalink
Removed unused types
Browse files Browse the repository at this point in the history
  • Loading branch information
ashupp committed May 5, 2020
1 parent c3e3acc commit 13e302d
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions sfx-100-streamdeck-sfb-extension/SimFeedbackInvoker.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 13e302d

Please sign in to comment.