Recent news shows that because of Microsoft's efforts to promote the Windows 8 system, the future of the new notebook products will be equipped with touch screen to bring a better sense of use. And for PC manufacturers, the original old model update configuration and then back to the market, is undoubtedly a time-saving method, which Lenovo IdeaPad Z400touch is such a product. It features a Windows 8 system that upgrades the screen to a
First, touch eventsOntouchstart, Ontouchmove, Ontouchend, OntouchcancelCurrently mobile browsers support these 4 touch events, including ie. Because the touchscreen also supports MouseEvent, their order is important to note: Touchstart→mouseover→mousemove→mousedown→mouseup→click1Apple introduced touch event api,android in iOS 2.0 and is catching up to this fact s
On WP7, Silverlight also supports multi-touch. There are two different programming modes:
1. Low-Level touch. framereported events
2. Use the uielement class to define three events: manipulationstarted, manipulationdelta, and manipulationcompleted.
I,
The first low-level touch programming is to use a class touchpoint. an instance of a touchpoint represent
Transferred from: http://blog.csdn.net/droidphone/article/details/8434768[-]
Brief introduction
Use of the Protocol
Protocol Example A
Protocol Example B
Use of events
Semantic description of the event
Abs_mt_touch_major
Abs_mt_touch_minor
Abs_mt_width_major
Abs_mt_width_minor
Abs_mt_pressure
Abs_mt_distance
Abs_mt_orientation
Abs_mt_position_x
Abs_mt_position_y
Abs_mt_tool_x
Abs_mt_tool_y
In doing exercises, touch the fault and see the source code to understand the next touch event.Practice operation: Straight Cclayer subclass Init in this->settouchenabled (true);Event handling method overridesvirtual bool Cctouchbegan (cctouch* Touch, ccevent* event), virtual void cctouchmoved (cctouch* touch, ccevent*
Http://www.ldisp.com/a/javascript/2014/2801.shtml
Although some touch events, they are relatively simple to write, but in order to make the wheel as far as possible, improve development efficiency. Here is a collection of some commonly used gesture event script plug-ins for your reference.QUO JSSupport events: Touch, tap, Double tap, Hold, fingers, swipe, swipe up, swipe right, swipe down, swipe left, Dra
Transferred from: http://aigo.iteye.com/blog/2272698Code or reference from Epic's Official Tower Defense Project: StrategygameLook at the C + + API, the ready-made API seems to only support the single touch detection, the use of the following:Registered:// Support Touch devices This, atd_mobileplayercontroller::movetotouchlocation); Inputcomponentthis, atd_mobileplayercontroller::movetotouchlocat
This series will introduce the content of Multi-Touch (MT) multi-touch technology to give developers an idea of how to develop applications with MT capabilities in the Windows platform. It is well known that the Windows 7 operating system itself has supported the MT feature of hardware devices, the artboard program (Paint) is a good example, if your display device has the MT function, you can use two finger
one, external functions:Similar to the analog button, this type of plug is mainly used for image recognition, using LUAC script to identify the image. And then through the private API to achieve touch-screen operation function.second, external featuresPlug-in installation, there will be the following three main procedures, Touchsprite,tsevent,tsdeamon.Among them, Touchsprite is GUI interface program, its main function is to provide interactive interfa
The layout is used to describe the size and location of the components in your application, and in the Sencha touch we provide the following layouts: 1.HBox:
Hbox and horizontal box layout, which we call the horizontal layout, here is a demo code:
Ext.create (' Ext.container ', {
Fullscreen:true,
layout: ' Hbox ',
items: [
{
xtype: ' Panel ',
HTML: ' Message list ',
flex:1
},
In a couple of weeks, we've covered a lot about the new office Web Apps, not only to achieve a unified operational experience on different devices, but to focus today on the touch operation above the safari two browser on Windows 8 's IE and iOS touch devices.
Let the touch become more confident
The mouse can make the button click More accurate, the physical
Multi-touch (MT) Protocol
-------------------------
Copyright (c) 2009-2010 Henrik Rydberg Introduction
------------
To give full play to the powerful functions of recent multi-point touch and multi-user devices, we define a method for reporting Detailed data for multi-point touch (for example, multiple objects are directly exposed to the surface of the d
upper film and lower film is turned on. After the CPU check, perform the following operations.
2. the microprocessor first supplies the X axis + 5 V, and grounding the Y axis. When the touch is reached, the voltage value on the ADC digitizes the voltage value and calculates the X axis coordinate position.
3. The CPU first supplies
Http://www.cnblogs.com/pifoo/archive/2011/05/23/webkit-touch-event-1.htmlThe fruit Company's small and cute devices provide us with an unprecedented user experience. When users are flying on iphone and ipad, developers who use Objective-c to write good applications must feel a sense of accomplishment, because they (not the fruitMake the world of iOS colorful. But for those of us who use the web as the core of our business, this is a much more addictiv
One of js--multi-touch web front-end development under fingertips: handling of touchThe fruit Company's small and cute devices provide us with an unprecedented user experience. When users are flying on iphone and ipad, developers who use Objective-c to write good applications must feel a sense of accomplishment, because they (not the fruitMake the world of iOS colorful. But for those of us who use the web as the core of our business, this is a much mo
Before describing the touch event, you must first describe the specific touch objects in the multi-touch system (similar objects are simulated in android, iOS, and nokia's latest meego system ). This object encapsulates a screen touch, usually from the finger. It is generated when the
Most interactions on mobile phones are implemented through touch. Therefore, for interactive websites with touch screens, touch events are very important. Here we will introduce several popular touch events, you can test this event in most modern browsers. It must be a touch
Preface
What is the difference between a touch-screen website and a traditional pc-side website? The change in interaction methods is the first. For exampleClick EventIt is so powerless under the touch screen device.
Most interactions on mobile phones are implemented through touch. Therefore, for interactive websites with tou
1. What the Touch Library implements and introduces the backgroundThe click Event has a 300ms latency on the mobile side, and because of the need for 长按 双触击 rich interaction, we usually introduce libraries like zepto. The Zepto in touch Library implements ‘swipe‘, ‘swipeLeft‘, ‘swipeRight‘, ‘swipeUp‘, ‘swipeDown‘, ‘doubleTap‘, ‘tap‘, ‘singleTap‘, ‘longTap‘ some of these features.2,
JS Mobile Client-touch screen swipe eventThe effect of mobile touch screen sliding is actually the picture carousel, which is well implemented on the PC's page, binding the click and MouseOver events to complete. But on mobile devices, to achieve this kind of carousel effect, you need to use the core touch event. Handle touch
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.