diff options
Diffstat (limited to 'base/win/win_util.h')
-rw-r--r-- | base/win/win_util.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/base/win/win_util.h b/base/win/win_util.h index 51dfbd6..5a5a20a 100644 --- a/base/win/win_util.h +++ b/base/win/win_util.h @@ -105,6 +105,11 @@ BASE_EXPORT bool ReadCommandFromAutoRun(HKEY root_key, BASE_EXPORT void SetShouldCrashOnProcessDetach(bool crash); BASE_EXPORT bool ShouldCrashOnProcessDetach(); +// A tablet by this definition is something that has integrated multi-touch +// but is not also pen-enabled. For example a Thinkpad X220 tablet is not +// considered a tabled while a Samsum 700T tablet is. +BASE_EXPORT bool IsMachineATablet(); + // Get the size of a struct up to and including the specified member. // This is necessary to set compatible struct sizes for different versions // of certain Windows APIs (e.g. SystemParametersInfo). |