Add preliminary support for Windows 8.1

This commit is contained in:
Michael Jordan
2015-01-13 13:35:40 -05:00
parent 226a7745fb
commit cb94a6c8eb
4 changed files with 306 additions and 5 deletions
+4 -1
View File
@@ -35,5 +35,8 @@ module.exports = {
SCREEN_CHANGED : 1000,
LAYOUT_CHANGED : 1001,
ANNOUNCEMENT : 1008,
PAGE_SCROLLED : 1009
PAGE_SCROLLED : 1009,
/* Windows specific high contrast event */
HIGH_CONTRAST_CHANGED : "highcontrastchanged"
};