Closed Bug 520521 Opened 15 years ago Closed 15 years ago

Add touch-enabled support for Windows Mobile

Categories

(Core :: Widget: Win32, defect)

ARM
Windows Mobile 6 Professional
defect
Not set
normal

Tracking

()

RESOLVED FIXED
Tracking Status
status1.9.2 --- beta4-fixed
fennec 1.0a4-wm+ ---

People

(Reporter: blassey, Assigned: blassey)

References

Details

(Keywords: mobile)

Attachments

(1 file)

+++ This bug was initially created as a clone of Bug #520176 +++

All the Pocket PC and WM Professional devices we support have touchscreens. Smartphone and WM Standdard don't
Summary: Add touch-enabled support for Hildon → Add touch-enabled support for Windows Mobile
Attached patch patchSplinter Review
Assignee: nobody → bugmail
Attachment #404566 - Flags: review?(doug.turner)
Comment on attachment 404566 [details] [diff] [review]
patch

>+#elif defined(WINCE_WINDOWS_MOBILE)

Why not WINCE?  You worried about WINCE devices that don't have touch screens?  Is SM_DIGITIZER defined on windows mobile? 

>+        WCHAR platformType[MAX_PATH];
>+        SystemParametersInfo(SPI_GETPLATFORMTYPE, sizeof(platformType),

>+                             platformType,0);

Space after comma
Attachment #404566 - Flags: review?(doug.turner) → review+
(In reply to comment #2)
> (From update of attachment 404566 [details] [diff] [review])
> >+#elif defined(WINCE_WINDOWS_MOBILE)
> 
> Why not WINCE?  You worried about WINCE devices that don't have touch screens? 
I don't expect this to do the right thing on non windows mobile, so I wanted to make that explicit (it also avoids unnecessary work)

> Is SM_DIGITIZER defined on windows mobile? 
not according to msdn
Attachment #404566 - Flags: approval1.9.2?
pushed
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
tracking-fennec: --- → 1.0a4-wm+
Attachment #404566 - Flags: approval1.9.2? → approval1.9.2+
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: