Skip to content

Commit 7c1614c

Browse files
committed
adding scaffolding for button themes
1 parent 1d5f646 commit 7c1614c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

VisFramework.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ HRESULT STDMETHODCALLTYPE OnDkClickedButton(RZSBSDK_DKTYPE type, RZSBSDK_KEYSTAT
110110
// poor man's debounce
111111
if (keystate != RZSBSDK_KEYSTATE_UP){
112112
// Back
113+
// TODO: switch keys images with themes
113114
LoadKeyImageToRazer(".\\imagedata\\rewind-color.png",RZSBSDK_DK_6, RZSBSDK_KEYSTATE_UP);
114115
} else {
115116
sendCmd = true;

0 commit comments

Comments
 (0)