Re: [python-win32] Windows Tablet Accelerometers

2017-03-04 Thread Tim Roberts
On Mar 4, 2017, at 11:33 AM, Kurt Eilander wrote: > > Anybody use python to access built-in accelerometers on windoze? > > I found this: > https://docs.microsoft.com/en-us/uwp/api/Windows.Devices.Sensors.Accelerometer > > but it appears to be an (COM??) object, so I hate to do battle with that

[python-win32] Windows Tablet Accelerometers

2017-03-04 Thread Kurt Eilander
Anybody use python to access built-in accelerometers on windoze? I found this: https://docs.microsoft.com/en-us/uwp/api/Windows.Devices.Sensors.Accelerometer but it appears to be an (COM??) object, so I hate to do battle with that if somebody has already done the leg-work. -Kurt _