How can one access Accelerometer in windows 10 generic C++ module? -


i have java app uses native interface c++ module access native api features. program running on windows 10 tablet computer has accelerometer. want access sensor output , pass java program. windows module generic "win32" module compiled using vc 2015 community edition , latest windows 10 sdk.

is possible or way through totally new "universal app" system based on c# .net , xaml "coding" ???

i want subscribe sensor events , receive callbacks or tail end of queue or pipe data.


Comments

Popular posts from this blog

wordpress - (T_ENDFOREACH) php error -

Export Excel workseet into txt file using vba - (text and numbers with formulas) -

Using django-mptt to get only the categories that have items -