Mountain-BC / DisplayPad.SDK.Demo

Mountain DisplayPad SDK Demo..
MIT License
7 stars 1 forks source link

Any way to check the current "Folder" #2

Closed madman2021 closed 11 months ago

madman2021 commented 11 months ago

Having a quick look through the SDK I can't see a way to get the current folder.

If I wanted my code to only trigger when the DisplayPad is in a specific folder I would need to get the current folder name or id

ravi-devitpl commented 11 months ago

Hi @madman2021,

To get the current folder you need to do it with your code. From the SDK you can get only the key press event of a specific key. You can save the binding status and other information related to specific button and utilize the key event to get what kind of binding was there. I hope it helps.

Thanks!