win tablets touch event support?

ms win8 tablets are on market now. it’s windows + intel platform, only difference is, sometimes, one has to rely on touch events, no mouse or keyboard. can panda3d work in that?

I believe so.

I guess panda3d doesn’t process WM_TOUCH messages, it relies on emulated mouse events to detect touch. but this is not enough sometimes. for example, multi touch points. and the timing of an event is different.
did i miss something on the manual?

It does process WM_TOUCH events. You can use base.win.getNumTouches() and base.win.getTouchInfo(i).

Thanks.
another thing, can Panda3d access the G-sensor of Win8 tablets? it can help gaming in some cases.

Not as far as I’m aware.