touchpad

Is there a way to utilize the Mac Laptops' touchpad pinch gestures on Flex?

I have written a Google Maps-based application in Flex. Currently you can use the mouse wheel to zoom in and out the map. Is it possible on Mac laptops to use the pinch gesture to zoom? ...

Touchpad's absolute touch coordinates

Is it possible to read input directly from a Alps touchpad? I am trying to turn my touchpad into a cheap drawing tablet so I need to read the raw unprocessed x and y coordinates of where it was touched relative to the physical touchpad. So if I touch the bottom left corner of the touchpad, it should correspond to (0,0) etc. I am trying...

programming touchpad of laptop

I want to write a program which can control my cursor movements depending on the the way I move my finger on the touchpad. I want my program to get the location where the user touched the touchpad, then I want to control mouse movement using my own program. I want do this in Java. Can I do this in Java? I would like to run it on Windo...

How can I get started recognizing character input via a touchpad?

I want to write a piece of software that could convert a touchpad into a writepad. For example, if you write 'A','B' or 'C' on the touchpad with your finger, the software should enter that character to stdin. I don't know how to get started with this project. What would you suggest? ...

Programatically enable multitouch support?

I am running windows7 on my laptop, and all is well, but I am jealous of the multitouch on macs. I don't really know how all of this "works", but i'm imagining that it couldn't be that hard to write a program to patch into windows that allows this. Currently, if I put two fingers on the pad and drag around, it sortv half-heartedly tries...

How to write software for my touchpad?

I have some ideas for improvements on my touchpad, ranging from the run of the mill scroll horizontally at the bottom, tapzones for right click, to more complicated ones. But I have no idea where to get started? I'm working on Windows 7 Home Premium, its an Asus laptop, and I have none of these options natively available to me. Regardles...

How to bring virtual track pad in Android

I want to design a virtual track pad in the bottom layout which will be able to recognise the items on the top layout in android. Is there any possible way to do so??? ...

How to enter info from notebook touch pad with Java

I wonder if there is any sample Java program that shows how to get info from notebook touch pads, for instance if I want to develop a Java app that can get users' handwriting from the touch pad. It's like drawing with a mouse into a canvas, except I want to use my finger to enter info. ...

Touchpad access in Linux

Hi! The problem is: How to access x,y,z coordinates of my touchpad? Now that SHMConfig is disabled by default, I've found out that, in order to do it, I need to access a file from /dev/input/. Those files are, sadly, readable by root only. Is there any way to access the touchpad while in user-mode? ...

Can I get Androis OS?

I bought a umpc on ebay, A Ipad touchscreen like device. I had been looking at a particular hardware model that many sellers had, on which was running Android (1.6). I based my choice on the one that offered "free" shipping via UPS (3-5 day) delivery. after the purchase I noticed that the one I bought has Windows CE, not android (!#$^%!!...

iPhone custom keyboard

I'm creating a custom keyboard with say 10 UIButtons laid out in a horizontal row. The buttons span the width of the screen, are the same size and must sit flush against each other. I would also like to allow the user to choose a button by sliding a finger along the row of buttons. A preview of the chosen button is displayed elsewhere o...

how to read absolute positions of tap from Cirque touchpad in linux

we have one of Cirque touchpads. http://www.cirque.com/downloads/docs/tsm9925.pdf now we want to read absolute position of tap from this touchpad using c\c++ application. unfortunately company developed only windows drivers but we need to read positions in the linux. we tried to use /dev/input/eventN subsystem but received only directi...

Virtual Mouse/TouchPad Using TouchSreen

Is it possible to have a "virtual touchpad" or "virtual trackball" on a touchscreen monitor? I have several monitors and only one of them is touchscreen. I am trying to do away with the mouse and keyboard for an app I am working on and would like to use only the touchscreen. I need something like a virtual touchpad on my touchscreen mo...

HOWTO: disable touchpad with key sequence

Hello, I'm using Ubuntu 10.10, and would like to know how to enable/disable "tapping" mouse clicks. When I have my mouse plugged in, this feature is pain in the *ss, but when mouse isn't here, I really need it since my left mouse button on touchpad is broken. To make it quick: Q: How to set key sequence to toggle mouse left click by ta...

Overriding trackpad click

I have a ListActivity; and for each item in the ListView there is a checkbox. When you touch a list item, another Activity launches. When you use the trackpad/trackball to highlight (read: select) an item and click the trackpad, it essentially simulates touching the item. This causes my other Activity to launch. I would like clicking...