Click here to Skip to main content
15,897,371 members
Everything / Touch

Touch

touch

Great Reads

by luigidibiasi
This article describes yet another drag and drop approach that can be used when the jQuery-ui and touch-punch library fails (when the project uses transform-origin or other coordinate transformations)
by Chris Boss
Desktop App Builder for non-programmers for Education
by Stephen Hewison
A very simple way to get the best user experience when moving from desktop browsers to mobile browsers.
by hjgode
Hello sometimes you might want to 'lock' the screen, or to put it another way: disable touch input.

Latest Articles

by Minh Danh Nguyen (ToughDev)
This is a cheap 320×240 2.8″ TFT LCD module that uses the ILI9320 controller for the display and the XPT2046.
by honey the codewitch
Implement swipe left/right/up/down using a TFT touchscreen and an Arduino compatible device
by luigidibiasi
This article describes yet another drag and drop approach that can be used when the jQuery-ui and touch-punch library fails (when the project uses transform-origin or other coordinate transformations)
by Florian Rappl
Exploring WPF capabilities, limitations and work-arounds to create state-of-the-art applications with multi-touch features.

All Articles

Sort by Score

Touch 

27 Oct 2016 by luigidibiasi
This article describes yet another drag and drop approach that can be used when the jQuery-ui and touch-punch library fails (when the project uses transform-origin or other coordinate transformations)
13 Sep 2013 by Chris Boss
Desktop App Builder for non-programmers for Education
2 Jan 2014 by Stephen Hewison
A very simple way to get the best user experience when moving from desktop browsers to mobile browsers.
20 Oct 2013 by Sergey Alexandrovich Kryukov
This is not one question, but two separate questions.First of all, pointing device software is designed the way that an application does not make any difference between a touchpad and mouse. Touchpads works the same way, by the software usually have a special feature: you can simulate...
2 Nov 2013 by Kyle A.B.
I have an android app that displays an HTML5 page inside a WebView control. The HTML5 page is inside the app in the assets folder. The app is for children and when a button is pressed it fires a JavaScript event that changes stuff on the screen.The problem with the app is that when my...
14 Aug 2015 by Sergey Alexandrovich Kryukov
Please see my comment to the question.See also my past answers on virtual keyboards: How to fire a Key Press event of a Key on button click in WPF [1],How to fire a Key Press event of a Key on button click in WPF [3],Application focus getting and losing.Don't pay attention that...
3 Apr 2013 by hjgode
Hello sometimes you might want to 'lock' the screen, or to put it another way: disable touch input.
9 Apr 2013 by realcellar
Hi,I'm creating a virtual midi controller to control ableton, cubase etc.Al the stuff like sending and receiving midi works fine but the thing I would think would be easy, seems to give me more problems than expected.I'm using a wpf project and have a problem with handling the touch...
16 May 2013 by R.Vikram
Hello friends, I am developing a small mobile application in flex. I used both touch event and swipe event in the application. When i swipe, the touch event also occurred. How do i prevent the touch event on swipe handling....Please give me a solution.
16 Oct 2013 by _Maxxx_
Hi All.I have a Windows 8 Desktop App which has a WPF Window without chrome (i.e. WindowStyle="None") and I want to be able to drag it around the screen by touch not mouse.With the mouse I would use DragMove() in a mouseDown event handler (or similar) and the magic would happen.This...
21 Oct 2013 by _Maxxx_
When dragging the window with a title bar, you are right, Windows treats both the same.Without a title bar the programmer must do some work.The 'standard' way of handling this with the mouse is to use DragMove(); which I have tried. THis does not work with touch. As I said, the Windows...
15 Jan 2014 by Member 10508281
how to add star rating page in sencha touch, have you any plugin? I got plugin for rating page but i don't know how to use it?
14 Feb 2014 by ernst20020530
I am trying to intercept user's touch action on desktop, and simulate their touch gesture to another position on screen. The target window is windows desktop or windows explorer.current solution.I am using RegisterPointerInputTarget API to direct all user touch information to the window...
17 Feb 2014 by The_Inventor
case WM_POINTERACTIVATE:{ InjectTouchInput();}
26 Feb 2014 by Member 10628960
Hello developers!I am trying to access the touchpad of Google Glass in my metaio Unity3D project. Has someone tried doing the same thing?I've tried making an android plugin which simply prints the gesture detected on the screen. The funny part is, plugin works fine only once, when I...
26 Feb 2014 by Member 10628960
Hello Developers!I want my unity3d (android) app to not take inputs from secondary input touch, i.e.bool status = AndroidInput.secondaryTouchEnabled();should always return "false". I know it is a "readonly"..I'm getting it sometimes true and sometimes false, randomly. How do I...
17 Mar 2014 by Member 10675716
tabletpc.cpl -> touch -> finger input device [enable / disable] option Can I create an c# application? What's the use?
10 Apr 2014 by footballpardeep
@Override public boolean onTouch(View v, MotionEvent arg1) { row1[1].setText(v.getId()); // it always give me false return true; }structure is like:tablelayout >table row > textview, textview,textview
12 Sep 2014 by gourav8524
I had the same issue try the followingprivate void Window_PreviewTouchDown(object sender, TouchEventArgs e) { this.CaptureTouch(e.TouchDevice); }
6 Nov 2014 by Doraisamy Ganeshkumar
In this article, we focus on the importance of developing games for 2 in 1 form factors and improved user interface experience
23 Jan 2015 by Member 9067076
did u find the solution?share us would be great.
15 Jun 2015 by Member 11492419
Hello everyone,I am currently working on a Live Wallpaper app for android that uses OpenGLES. I have come across some trouble though. I drew a cube and added motion to it, but know I want to add a touch event so when the user touches/drags their finger on the screen the cube will rotate with...
16 Jun 2015 by Member 11492419
So I was wondering how to use touch events with a live wallpaper. I recently added a touchevent to MyGLSurfaceView(): @Override public boolean onTouchEvent(final MotionEvent evt) { float currentX = evt.getX(); float currentY = evt.getY(); float deltaX,...
23 Jun 2016 by mamad1166
I'm trying to develop an app for windows desktop that support touch screensso i want let user zoom or move pics with touchbut my problem is with this code the picture will move around the windows not just in its parent (Canvas)i want to limit picture (rectangle) in it's parent (canvas)...
3 Oct 2016 by Itz.Irshad
A MFC ActiveX Control was developed in VS2005. The control is used in WinForms application.I would like to capture the touch events in that control which will be used in Windows Tablet (Windows 8).Could anybody help me out how to resolve this error ?Thanks,What I have tried:I...
28 Dec 2016 by learnasucan
Actually I have written a code to select image from gallery,but I dont know how to draw or write a text by hand on it.and Edited image should be saved separately in sdcard.Basically I have to make basic paint app where canvas will be my selected image,and my touch is input to draw a circle or...
16 May 2014 by AmitGajjar
This is not a simple brick ball game but we need to concentrate on two balls at a time.
30 Sep 2016 by Florian Rappl
Exploring WPF capabilities, limitations and work-arounds to create state-of-the-art applications with multi-touch features.
16 Jun 2013 by Andrey Dryazgov
Introduces a managed wrapper for the Interaction Context API and provides a consistent way for processing touch input in a managed desktop app for WinForms.
3 Dec 2020 by honey the codewitch
Implement swipe left/right/up/down using a TFT touchscreen and an Arduino compatible device
22 Jun 2015 by Will J Miller
Describes a design approach for implementing dynamic rows in a UITableView
3 Nov 2013 by Kyle A.B.
I answered this myself..I added two touchstart listeners that work far better than mousedown or onclick on touch devices. My two year old had a lot of trouble pressing a button on an onclick event and a mousedown event but not on a touchstart event.
7 May 2023 by Minh Danh Nguyen (ToughDev)
This is a cheap 320×240 2.8″ TFT LCD module that uses the ILI9320 controller for the display and the XPT2046.
22 Oct 2012 by Vijay hit
Hi,I am planning to start new process from my running application.In the normal environment I am using Process start InfoSetting arguments and file name to be executedProcess.Start(ProcessStartInfo)But in the No Touch deployment method it is giving security error.Also I...
20 Oct 2013 by _Maxxx_
With WPF touch desktop application, how to drag window with no title bar using finger not mouse?
14 Aug 2015 by Jason Cormier
i have a Windows form application that i'm developing on a windows 7 machine. i created my own touch screen keyboard form within my project... when i run my app.. i call the keyboard as needed but when i press a key nothing happens.. if i open notepad and select the keys ... the key values are...
30 Jul 2016 by Member 12661920
I have two monitors one is a touch screen, i want doing a click one my touch screen without moving the mouse position (pointer)is there a simple autohotkey script that it return to previous position of mouse.i use keystarter 1.0 software you can make in 3d a list of button icons with...