This site is no longer active and is available for archival purposes only. Registration and login is disabled.

How to Provide Touch events


How to Provide Touch events

Postby bcj » Nov 2, 2009 @ 1:11pm

Hi...

i am developing a sprite Game for Windows Mobile (touch screen). In my game the sprite objects should be hit by player. so i have to put touch events for the sprite hits.

for now i am using GetClickEvent() to get hit events by mouse clicks(in my win32 Application).

i have a doubt ... that this method will aslo provide touch functionality in real windows mobile or not ?

if it is not provides ..then how can i handle that sprite hits by touch (stylus or finger).

plese give me the solution....

Thanks in advance .
bcj
bcj
pm Member
 
Posts: 18
Joined: Sep 23, 2009 @ 12:53pm
Location: hyd


Postby RapchikProgrammer » Nov 2, 2009 @ 5:11pm

OnStylusDown(POINT pnt), OnStylusUp(POINT pnt), OnStylusMove(POINT pnt).. im not sure about GetClick event, but these functions work perfectly on device and on desktop..
RapchikProgrammer
pm Member
 
Posts: 56
Joined: Oct 18, 2008 @ 7:08am


Postby edge » Nov 5, 2009 @ 9:17am

Hi,

Functions such as GetClickEvent work on Windows Mobile as well. The stylus/touches are simulated with mouse clicks on a PC desktop device.
EDGELIB: Cross-platform mobile development at your fingertips
http://www.edgelib.com
User avatar
edge
pm Member
 
Posts: 1180
Joined: Aug 22, 2005 @ 3:42pm
Location: The Netherlands


Return to EDGELIB


Sort


Forum Description

Powerful and affordable C++ middleware solution covering true multi-platform 2D, 3D and network features for Apple iPhone, Windows Mobile, Symbian S60, UIQ, Linux and Windows desktop.

Moderator:

edge

Forum permissions

You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

cron