Page 1 of 1
Touchscreen
Posted: Fri May 21, 2010 2:11 am
by Rookie
I don't if this has been asked before, but my searching isn't coming up with anything.
Can you program something to use the touchscreen for input using PB?
Re: Touchscreen
Posted: Fri May 21, 2010 9:47 am
by dige
Do you mean mouse gestures? All the other events are like mouse events ...
Re: Touchscreen
Posted: Fri May 21, 2010 12:32 pm
by blueznl
I've done some touchscreen work, there are two ways: either by using a dedicated API, such as being used for touch tablets, or relying on windows where the touch screen is a sort of mouse, and handled by windows as 'mouse clicks'.
I've not fooled around with multi touch setups though, if that is what you're looking for...
Re: Touchscreen
Posted: Sat May 22, 2010 6:46 pm
by Rookie
I was thinking of using it like a mouse input.
Like I touch the screen, and there is a gadget or something where I touch,, and something happens.
Re: Touchscreen
Posted: Sat May 22, 2010 9:41 pm
by blueznl
Well, in that case there's nothing you have to do, windows takes care of it. Just treat it like regular mouse clicks.