mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-24 00:24:14 +00:00
Bug 1171073 - Suppress content scrolling issue on 64-bit platforms. r=kats
This commit is contained in:
parent
7a31276561
commit
f741e102c2
@ -940,8 +940,8 @@ WinUtils::GetMouseInputSource()
|
||||
bool
|
||||
WinUtils::GetIsMouseFromTouch(uint32_t aEventType)
|
||||
{
|
||||
const int MOZ_T_I_SIGNATURE = TABLET_INK_TOUCH | TABLET_INK_SIGNATURE;
|
||||
const int MOZ_T_I_CHECK_TCH = TABLET_INK_TOUCH | TABLET_INK_CHECK;
|
||||
const uint32_t MOZ_T_I_SIGNATURE = TABLET_INK_TOUCH | TABLET_INK_SIGNATURE;
|
||||
const uint32_t MOZ_T_I_CHECK_TCH = TABLET_INK_TOUCH | TABLET_INK_CHECK;
|
||||
return ((aEventType == NS_MOUSE_MOVE ||
|
||||
aEventType == NS_MOUSE_BUTTON_DOWN ||
|
||||
aEventType == NS_MOUSE_BUTTON_UP) &&
|
||||
|
Loading…
Reference in New Issue
Block a user