Reputation: 1541
I have created an application for windows OS. Its working fine in XP,Vista and windows 7. Now My question is, Can the same application work on Windows 8 ?. Windows 8 has touch functionality,In my application I have implemented button events(Enter) and Mouse events(click) but have not implemented touch functionality.Do I need to extend the application or will it work without modification ?
Upvotes: 0
Views: 1126
Reputation: 5497
yes, it will work 100% right. WIndows 8 will play it, and also, touch events are converted to mouseevents - same way on android, etc.. You will still be able to push it to the appstore of windows 8, but ONLY with outer link to download, as it will count as a desktop app, not a windows rt / metro style app.
Upvotes: 1