windows phone 7 - How to drag sprite on WP7 with XNA? -
i can't find information, how should create draggable (by touch events) sprite on wp7, can show me how possible do?
you'll have manually redraw based on touch changes.
the logic should like:
-- when touch detected on top of item move.
-- until touch not detected on top of item move.
---- update position want display item @ relative new touch position.
---- redraw page.
Comments
Post a Comment