The HP TouchPad is a 10" tablet running WebOS. It comes in 16 GB and 32 GB versions.
Questions tagged [touchpad]
158 questions
0
votes
1 answer
touchpad not showing and gives no errors
So, I've finally made a body using Physics Body Editor and Box2D in libGDX. Now I would love to create a classy touchpad using libGDX. Basically, I did it like the following:
// Touchpad
private Touchpad touchpad;
private Touchpad.TouchpadStyle…

Boris Milkman
- 103
- 1
- 1
- 10
0
votes
0 answers
how to get TouchEvent in Qt environment with Laptop touchPad?
I want to get TouchEvent in Qt, but the program doesn't work, could you help me? And my OS
is Ubuntu 14.04 and Win7, Qt library is 4.8.6, Qt creator is 3.2.1. Thank you.
MyMainWindow::MyMainWindow(QWidget *parent) :
QMainWindow(parent)
{
…

liuyuedeyu
- 13
- 4
0
votes
0 answers
How to get TouchEvent in touchPad of laptop in Qt environment?
I want to get TouchEvent of touchPad of Laptop in Qt program. but in the program below, I can't get the TouchEvent. For help, thank you.
bool MyDialog::event(QEvent *evt)
{
qDebug()<type();//can't get the touchEvent
…
}

liuyuedeyu
- 13
- 4
0
votes
1 answer
How to forbid Mouse in Qt 4.8.6?
Because I want to test TouchPad of laptop, then I should forbid the Mouse device. But I don't know how to forbid Mouse in Qt 4.8.6. Could you help me? Thank you.

liuyuedeyu
- 13
- 4
0
votes
1 answer
Polymer, SVG, touch events not working in Chrome 36+ (touch devices)
So when playing with this example:
http://jsbin.com/dopazitu/1/edit
you can see that the touch events attached to the element (yellow rectangle) work perfectly fine, but the same events attached to an SVG element (red circle) don't work at all.
It…

Pete Kozak
- 493
- 1
- 4
- 21
0
votes
1 answer
width:100% not working in touchpads
EDIT: I'm not sure what the issue was, but it seems to have resolved itself. Perhaps I forgot to update my manifest file. I have no idea what the problem was, but it is working now. :/
Here is an example of my html code:

Crystal Miller
- 741
- 10
- 26
0
votes
1 answer
Libgdx scene2d Touchpad gets 'inverted' when setting bounds too small
I'm making a game with Java and Libgdx scene2d. This is my code in the constructor:
atlas = new TextureAtlas("gfx/button.pack");
skin = new Skin(atlas);
TouchpadStyle touchpadStyle = new TouchpadStyle();
touchpadStyle.background =…

ploosu2
- 413
- 6
- 15
0
votes
0 answers
MacBook multi-touch pad, MouseEvent and JavaNativeExceptions
I have a Java program I wrote for my kids that allows them to paint a circle on a JPanel with the left mouse button, and then remove the circle by clicking with the right mouse button within the circle they created. Here is the code for the…

Chris Barrett
- 21
- 4
0
votes
1 answer
Background image change with scroll
I actually want to change the background-image with mouse wheel, touchpad and touchscreen scroll, but I don't want the page to have the scroll bar. My idea is the page with no scrolling, which would change background images (from the list of about…

Kostsei
- 99
- 3
- 8
0
votes
1 answer
Problems with touchpad scrolling jQuery
I've got problem with touchpad scrolling. This is how looks my site: click. You can navigate here using up/down arrows, menu and mouse wheel. Everything is fine except scrolling using touchpad. When you do this, it's interpreted just like few…

MrShemek
- 13
- 1
- 3
0
votes
2 answers
How to deploy to CyanogenMod Android tablet?
How do i deploy an NBAndroid app (by directly moving the .apk file or else compiling straight from NetBeans?) onto a connected tablet (HP Touch that i just put CyanogenMod ICS onto)? I connect it to my computer and it isnt recognised (like WebOS…

jsky
- 2,225
- 5
- 38
- 54
0
votes
1 answer
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…

user189352
- 855
- 4
- 18
- 26
0
votes
1 answer
android libgdx touchpad
Touchpad is not visible with no errors. He launches between "//Create a touchpad skin".
I've tryed a lot of ways, but all wrong. What is wrong there ?
public WorldRenderer(World world) {
spriteBatch=new SpriteBatch();
this.world = world;
…

Artem Kolesnikov
- 100
- 8
0
votes
0 answers
Versus "Touchpad 7"
Eclipse does not recognise my Versus Touchpad 7 for debugging.
If I switch debugging off when I connect the Touchpad 7 to my computer (Vista) I am able to transfer files, but if debugging is on then my computer searches (unsuccessfully) for a…

Alan
- 1
0
votes
1 answer
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?

airportyh
- 21,948
- 13
- 58
- 72