Firefox/Projects/Multitouch Polish/Fixing tree: Difference between revisions

no edit summary
(Created page with 'The ''panning feedback'' (or just ''feedback'' might be used in this text as well), is part of the ''windows touch'' support in win7 API. It basically consists of providing a vis…')
 
No edit summary
Line 1: Line 1:
The ''panning feedback'' (or just ''feedback'' might be used in this text as well), is part of the ''windows touch'' support in win7 API. It basically consists of providing a visual feedback when the user is panning that the area that he is trying to scroll has reached the end of the scroll. When this happens, the window where the scrollport is is pulled together with the finger and then bounces back to the original position when the finger is released.
The ''panning feedback'' is part of the windows touch support in win7 API. It basically consists of providing a visual feedback when the user is panning that the area that he is trying to scroll has reached the end of the scroll. When this happens, the window where the scrollport is is pulled together with the finger and then bounces back to the original position when the finger is released.


To use this functionality, we just need to pass to a new API a value named ''overflow'', which represents how many pixels the user tried to scroll past the scroll limit.
To use this functionality, we just need to pass to a new API a value named ''overflow'', which represents how many pixels the user tried to scroll past the scroll limit.
Confirmed users
371

edits