diff options
Diffstat (limited to 'include/ansel/UserControls.h')
| -rw-r--r-- | include/ansel/UserControls.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/ansel/UserControls.h b/include/ansel/UserControls.h index 6a78695..1abe8bd 100644 --- a/include/ansel/UserControls.h +++ b/include/ansel/UserControls.h @@ -94,4 +94,6 @@ namespace ansel ANSEL_SDK_API UserControlStatus removeUserControl(uint32_t userControlId); // This function returns the current control value ANSEL_SDK_API UserControlStatus getUserControlValue(uint32_t userControlId, void* value); + // This function sets the current control value + ANSEL_SDK_API UserControlStatus setUserControlValue(uint32_t userControlId, const void* value); } |