Questions tagged [touchpad]

The HP TouchPad is a 10" tablet running WebOS. It comes in 16 GB and 32 GB versions.

158 questions
0
votes
1 answer

uwp touchpad interactions to control media

in my uwp app on my media element page, I want to handle touchpad gestures on the laptop, mouse wheel handler for the mouse and touch and swipe event on touch screens for my app. so that I can increase/decrease volume of the media with same type of…
Muhammad Touseef
  • 4,357
  • 4
  • 31
  • 75
0
votes
2 answers

Touchpad unresponsive on resume from sleep on Debian 8

I installed Debian a few weeks ago on my laptop. When I close the lid and re open it, my touchpad does not respond. If I connect a usb mouse it works great but the touchpad does not. I tried to create /etc/pm/sleep.d/00_trackpad: #!/bin/sh case "$1"…
Sylvain Attoumani
  • 1,213
  • 1
  • 15
  • 34
0
votes
0 answers

GetLastInputInfo does not detect touchpad scrolling

I am trying to find CPU idle time using GetLastInputInfo(). This works for all keyboard buttons and mouse/touchpad movement and clicks. While this also detects external mouse's scrolling, it fails to detect two finger scrolling on laptop…
prashanthns
  • 339
  • 2
  • 12
0
votes
0 answers

Invert mouse pointer directions / movements

My Lenovo Thinkpad Yoga 14 has mouse buttons integrated in the touchpad and they work very miserably. However, the touchpad has real buttons at its top, which I could use after rotating it by 180 degrees. However, in addition I would need to invert…
Frank Breitling
  • 942
  • 1
  • 10
  • 27
0
votes
1 answer

Rotate player using libgdx touchpad to face moving direction

i have this Problem now for over 2 days. Constantly tweaking. I just cant get it done. I have a Player texture ( Player is facing the left on it ) which i want to rotate using the touchpad. So the player will be facing his running direction. So far…
MarvinJ
  • 3
  • 6
0
votes
1 answer

Disable touchpad when typing

I can't run "syndaemon" because of my touchpad device. My xinput -list output ⎡ Virtual core pointer id=2 [master pointer (3)] ⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)] ⎜ ↳ ImExPS/2…
Viral
  • 1
  • 3
0
votes
1 answer

Writing a touchpad driver for Linux based on published specs

A friend of mine bought a laptop that unfortunately comes with an unsupported touchpad. The good news is that it comes with full documentation. Is this documentation enough to make a driver with multi-touch support? Is it advisable to base the…
Merc
  • 16,277
  • 18
  • 79
  • 122
0
votes
2 answers

Don't use specific CSS on smaller screens

I have some CSS that makes the whole site content have a marging to the left and right with 5em. .content { margin-left: 5em; margin-right: 5em; } However, I want the margin to NOT work(not have a margin) or only have a margin with 1em when…
Max
  • 375
  • 2
  • 9
0
votes
1 answer

Setting Linear Velocity for a body using TouchPad in LIBGDX

I have been following tutorial from this link for implementing touchpad in LIBGDX. I want to set the linear velocity for a body using touchpad . I tried updating the position as per this tutorial but the body is not moving smoother. This is my…
Anusha
  • 939
  • 3
  • 13
  • 31
0
votes
0 answers

Enable touchpad powershell

I'm trying to write a Windows Powershell program that executes once every minute and enables the hardware installed touchpad. I have never touched Powershell before, so I have 0 experience regarding what is required to do this. The program only…
CBlumey
  • 40
  • 1
  • 7
0
votes
3 answers

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…
Ken
  • 30,811
  • 34
  • 116
  • 155
0
votes
1 answer

Get finger position on a laptop touch pad (c#)

I'm looking to make use of the laptop touch pad, more specifically where on the pad the user's finger is currently touching, is there any way to get a coordinate/vector2 back of the location?
0
votes
1 answer

How to do Column Select in Sublime using Touchpad?

I'm very fond of the column select feature. But I find it limiting to not be able to do it using the touchpad (when I'm using a mac, for example, and have no mouse). I've done a lot of searching, but could not find this described anywhere. They just…
aalosious
  • 578
  • 6
  • 11
0
votes
2 answers

Show div on scroll down effect in a page that occupies full height

I have the following structure:
#first-div { height: 100%; } #second-div, #third-div { display: none; } Upon detecting…
perpetual_dream
  • 1,046
  • 5
  • 18
  • 51
0
votes
1 answer

kodi remote application touchpad

I made a Kodi(android version) remote app(for android users) and I want to implement a touchpad control in it. I don't really know how to do that,so I need an advice on how to start and some steps that I need to follow, from someone more advanced or…