Comparing version 13.7.0 to 13.8.0
@@ -16,5 +16,5 @@ /** | ||
export declare const VK_CANCEL = 3; | ||
/** Middle mouse button(three - button mouse) */ | ||
/** Middle mouse button(three - button mouse) */ | ||
export declare const VK_MBUTTON = 4; | ||
/** X1 mouse button */ | ||
/** X1 mouse button */ | ||
export declare const VK_XBUTTON1 = 5; | ||
@@ -41,3 +41,3 @@ /** X2 mouse button */ | ||
export declare const VK_HANGUEL = 21; | ||
/** IME Hangul mode */ | ||
/** IME Hangul mode */ | ||
export declare const VK_HANGUL = 21; | ||
@@ -60,7 +60,7 @@ /** IME On */ | ||
export declare const VK_ACCEPT = 30; | ||
/** IME mode change request */ | ||
/** IME mode change request */ | ||
export declare const VK_MODECHANGE = 31; | ||
/** SPACEBAR */ | ||
/** SPACEBAR */ | ||
export declare const VK_SPACE = 32; | ||
/** PAGE UP key */ | ||
/** PAGE UP key */ | ||
export declare const VK_PRIOR = 33; | ||
@@ -73,23 +73,23 @@ /** PAGE DOWN key */ | ||
export declare const VK_HOME = 36; | ||
/** LEFT ARROW key */ | ||
/** LEFT ARROW key */ | ||
export declare const VK_LEFT = 37; | ||
/** UP ARROW key */ | ||
export declare const VK_UP = 38; | ||
/** RIGHT ARROW key */ | ||
/** RIGHT ARROW key */ | ||
export declare const VK_RIGHT = 39; | ||
/** DOWN ARROW key */ | ||
/** DOWN ARROW key */ | ||
export declare const VK_DOWN = 40; | ||
/** SELECT key */ | ||
/** SELECT key */ | ||
export declare const VK_SELECT = 41; | ||
/** PRINT key */ | ||
/** PRINT key */ | ||
export declare const VK_PRINT = 42; | ||
/** EXECUTE key */ | ||
/** EXECUTE key */ | ||
export declare const VK_EXECUTE = 43; | ||
/** PRINT SCREEN key */ | ||
/** PRINT SCREEN key */ | ||
export declare const VK_SNAPSHOT = 44; | ||
/** INS key */ | ||
/** INS key */ | ||
export declare const VK_INSERT = 45; | ||
/** DEL key */ | ||
/** DEL key */ | ||
export declare const VK_DELETE = 46; | ||
/** HELP key */ | ||
/** HELP key */ | ||
export declare const VK_HELP = 47; | ||
@@ -108,31 +108,31 @@ /** Left Windows key(Natural keyboard) */ | ||
export declare const VK_NUMPAD1 = 97; | ||
/** Numeric keypad 2 key */ | ||
/** Numeric keypad 2 key */ | ||
export declare const VK_NUMPAD2 = 98; | ||
/** Numeric keypad 3 key */ | ||
/** Numeric keypad 3 key */ | ||
export declare const VK_NUMPAD3 = 99; | ||
/** Numeric keypad 4 key */ | ||
/** Numeric keypad 4 key */ | ||
export declare const VK_NUMPAD4 = 100; | ||
/** Numeric keypad 5 key */ | ||
/** Numeric keypad 5 key */ | ||
export declare const VK_NUMPAD5 = 101; | ||
/** Numeric keypad 6 key */ | ||
/** Numeric keypad 6 key */ | ||
export declare const VK_NUMPAD6 = 102; | ||
/** Numeric keypad 7 key */ | ||
/** Numeric keypad 7 key */ | ||
export declare const VK_NUMPAD7 = 103; | ||
/** Numeric keypad 8 key */ | ||
/** Numeric keypad 8 key */ | ||
export declare const VK_NUMPAD8 = 104; | ||
/** Numeric keypad 9 key */ | ||
/** Numeric keypad 9 key */ | ||
export declare const VK_NUMPAD9 = 105; | ||
/** Multiply key */ | ||
/** Multiply key */ | ||
export declare const VK_MULTIPLY = 106; | ||
/** Add key */ | ||
/** Add key */ | ||
export declare const VK_ADD = 107; | ||
/** Separator key */ | ||
/** Separator key */ | ||
export declare const VK_SEPARATOR = 108; | ||
/** Subtract key */ | ||
/** Subtract key */ | ||
export declare const VK_SUBTRACT = 109; | ||
/** Decimal key */ | ||
/** Decimal key */ | ||
export declare const VK_DECIMAL = 110; | ||
/** Divide key */ | ||
/** Divide key */ | ||
export declare const VK_DIVIDE = 111; | ||
/** F1 key */ | ||
/** F1 key */ | ||
export declare const VK_F1 = 112; | ||
@@ -162,35 +162,35 @@ export declare const VK_F2 = 113; | ||
export declare const VK_F24 = 135; | ||
/** NUM LOCK key */ | ||
/** NUM LOCK key */ | ||
export declare const VK_NUMLOCK = 144; | ||
/** SCROLL LOCK key */ | ||
/** SCROLL LOCK key */ | ||
export declare const VK_SCROLL = 145; | ||
/** Left SHIFT key */ | ||
/** Left SHIFT key */ | ||
export declare const VK_LSHIFT = 160; | ||
/** Right SHIFT key */ | ||
/** Right SHIFT key */ | ||
export declare const VK_RSHIFT = 161; | ||
/** Left CONTROL key */ | ||
/** Left CONTROL key */ | ||
export declare const VK_LCONTROL = 162; | ||
/** Right CONTROL key */ | ||
/** Right CONTROL key */ | ||
export declare const VK_RCONTROL = 163; | ||
/** Left ALT key */ | ||
/** Left ALT key */ | ||
export declare const VK_LMENU = 164; | ||
/** Right ALT key */ | ||
/** Right ALT key */ | ||
export declare const VK_RMENU = 165; | ||
/** Browser Back key */ | ||
/** Browser Back key */ | ||
export declare const VK_BROWSER_BACK = 166; | ||
/** Browser Forward key */ | ||
/** Browser Forward key */ | ||
export declare const VK_BROWSER_FORWARD = 167; | ||
/** Browser Refresh key */ | ||
/** Browser Refresh key */ | ||
export declare const VK_BROWSER_REFRESH = 168; | ||
/** Browser Stop key */ | ||
export declare const VK_BROWSER_STOP = 169; | ||
/** Browser Search key */ | ||
/** Browser Search key */ | ||
export declare const VK_BROWSER_SEARCH = 170; | ||
/** Browser Favorites key */ | ||
/** Browser Favorites key */ | ||
export declare const VK_BROWSER_FAVORITES = 171; | ||
/** Browser Start and Home key */ | ||
/** Browser Start and Home key */ | ||
export declare const VK_BROWSER_HOME = 172; | ||
/** Volume Mute key */ | ||
/** Volume Mute key */ | ||
export declare const VK_VOLUME_MUTE = 173; | ||
/** Volume Down key */ | ||
/** Volume Down key */ | ||
export declare const VK_VOLUME_DOWN = 174; | ||
@@ -197,0 +197,0 @@ /** Volume Up key */ |
@@ -16,5 +16,5 @@ /** | ||
export const VK_CANCEL = 0x03; | ||
/** Middle mouse button(three - button mouse) */ | ||
/** Middle mouse button(three - button mouse) */ | ||
export const VK_MBUTTON = 0x04; | ||
/** X1 mouse button */ | ||
/** X1 mouse button */ | ||
export const VK_XBUTTON1 = 0x05; | ||
@@ -41,3 +41,3 @@ /** X2 mouse button */ | ||
export const VK_HANGUEL = 0x15; | ||
/** IME Hangul mode */ | ||
/** IME Hangul mode */ | ||
export const VK_HANGUL = 0x15; | ||
@@ -60,7 +60,7 @@ /** IME On */ | ||
export const VK_ACCEPT = 0x1E; | ||
/** IME mode change request */ | ||
/** IME mode change request */ | ||
export const VK_MODECHANGE = 0x1F; | ||
/** SPACEBAR */ | ||
/** SPACEBAR */ | ||
export const VK_SPACE = 0x20; | ||
/** PAGE UP key */ | ||
/** PAGE UP key */ | ||
export const VK_PRIOR = 0x21; | ||
@@ -73,23 +73,23 @@ /** PAGE DOWN key */ | ||
export const VK_HOME = 0x24; | ||
/** LEFT ARROW key */ | ||
/** LEFT ARROW key */ | ||
export const VK_LEFT = 0x25; | ||
/** UP ARROW key */ | ||
export const VK_UP = 0x26; | ||
/** RIGHT ARROW key */ | ||
/** RIGHT ARROW key */ | ||
export const VK_RIGHT = 0x27; | ||
/** DOWN ARROW key */ | ||
/** DOWN ARROW key */ | ||
export const VK_DOWN = 0x28; | ||
/** SELECT key */ | ||
/** SELECT key */ | ||
export const VK_SELECT = 0x29; | ||
/** PRINT key */ | ||
/** PRINT key */ | ||
export const VK_PRINT = 0x2A; | ||
/** EXECUTE key */ | ||
/** EXECUTE key */ | ||
export const VK_EXECUTE = 0x2B; | ||
/** PRINT SCREEN key */ | ||
/** PRINT SCREEN key */ | ||
export const VK_SNAPSHOT = 0x2C; | ||
/** INS key */ | ||
/** INS key */ | ||
export const VK_INSERT = 0x2D; | ||
/** DEL key */ | ||
/** DEL key */ | ||
export const VK_DELETE = 0x2E; | ||
/** HELP key */ | ||
/** HELP key */ | ||
export const VK_HELP = 0x2F; | ||
@@ -146,31 +146,31 @@ /* | ||
export const VK_NUMPAD1 = 0x61; | ||
/** Numeric keypad 2 key */ | ||
/** Numeric keypad 2 key */ | ||
export const VK_NUMPAD2 = 0x62; | ||
/** Numeric keypad 3 key */ | ||
/** Numeric keypad 3 key */ | ||
export const VK_NUMPAD3 = 0x63; | ||
/** Numeric keypad 4 key */ | ||
/** Numeric keypad 4 key */ | ||
export const VK_NUMPAD4 = 0x64; | ||
/** Numeric keypad 5 key */ | ||
/** Numeric keypad 5 key */ | ||
export const VK_NUMPAD5 = 0x65; | ||
/** Numeric keypad 6 key */ | ||
/** Numeric keypad 6 key */ | ||
export const VK_NUMPAD6 = 0x66; | ||
/** Numeric keypad 7 key */ | ||
/** Numeric keypad 7 key */ | ||
export const VK_NUMPAD7 = 0x67; | ||
/** Numeric keypad 8 key */ | ||
/** Numeric keypad 8 key */ | ||
export const VK_NUMPAD8 = 0x68; | ||
/** Numeric keypad 9 key */ | ||
/** Numeric keypad 9 key */ | ||
export const VK_NUMPAD9 = 0x69; | ||
/** Multiply key */ | ||
/** Multiply key */ | ||
export const VK_MULTIPLY = 0x6A; | ||
/** Add key */ | ||
/** Add key */ | ||
export const VK_ADD = 0x6B; | ||
/** Separator key */ | ||
/** Separator key */ | ||
export const VK_SEPARATOR = 0x6C; | ||
/** Subtract key */ | ||
/** Subtract key */ | ||
export const VK_SUBTRACT = 0x6D; | ||
/** Decimal key */ | ||
/** Decimal key */ | ||
export const VK_DECIMAL = 0x6E; | ||
/** Divide key */ | ||
/** Divide key */ | ||
export const VK_DIVIDE = 0x6F; | ||
/** F1 key */ | ||
/** F1 key */ | ||
export const VK_F1 = 0x70; | ||
@@ -200,35 +200,35 @@ export const VK_F2 = 0x71; | ||
export const VK_F24 = 0x87; | ||
/** NUM LOCK key */ | ||
/** NUM LOCK key */ | ||
export const VK_NUMLOCK = 0x90; | ||
/** SCROLL LOCK key */ | ||
/** SCROLL LOCK key */ | ||
export const VK_SCROLL = 0x91; | ||
/** Left SHIFT key */ | ||
/** Left SHIFT key */ | ||
export const VK_LSHIFT = 0xA0; | ||
/** Right SHIFT key */ | ||
/** Right SHIFT key */ | ||
export const VK_RSHIFT = 0xA1; | ||
/** Left CONTROL key */ | ||
/** Left CONTROL key */ | ||
export const VK_LCONTROL = 0xA2; | ||
/** Right CONTROL key */ | ||
/** Right CONTROL key */ | ||
export const VK_RCONTROL = 0xA3; | ||
/** Left ALT key */ | ||
/** Left ALT key */ | ||
export const VK_LMENU = 0xA4; | ||
/** Right ALT key */ | ||
/** Right ALT key */ | ||
export const VK_RMENU = 0xA5; | ||
/** Browser Back key */ | ||
/** Browser Back key */ | ||
export const VK_BROWSER_BACK = 0xA6; | ||
/** Browser Forward key */ | ||
/** Browser Forward key */ | ||
export const VK_BROWSER_FORWARD = 0xA7; | ||
/** Browser Refresh key */ | ||
/** Browser Refresh key */ | ||
export const VK_BROWSER_REFRESH = 0xA8; | ||
/** Browser Stop key */ | ||
export const VK_BROWSER_STOP = 0xA9; | ||
/** Browser Search key */ | ||
/** Browser Search key */ | ||
export const VK_BROWSER_SEARCH = 0xAA; | ||
/** Browser Favorites key */ | ||
/** Browser Favorites key */ | ||
export const VK_BROWSER_FAVORITES = 0xAB; | ||
/** Browser Start and Home key */ | ||
/** Browser Start and Home key */ | ||
export const VK_BROWSER_HOME = 0xAC; | ||
/** Volume Mute key */ | ||
/** Volume Mute key */ | ||
export const VK_VOLUME_MUTE = 0xAD; | ||
/** Volume Down key */ | ||
/** Volume Down key */ | ||
export const VK_VOLUME_DOWN = 0xAE; | ||
@@ -235,0 +235,0 @@ /** Volume Up key */ |
{ | ||
"name": "win32-def", | ||
"author": "waiting", | ||
"version": "13.7.0", | ||
"version": "13.8.0", | ||
"description": "win32 definitions for node-ffi", | ||
@@ -99,3 +99,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "24e96609ada2f82baf316154c8f220d8edad8a58" | ||
"gitHead": "bf04142915b9adfcef1a2c2290668a7d8206d1d7" | ||
} |
@@ -17,5 +17,5 @@ /** | ||
export const VK_CANCEL = 0x03 | ||
/** Middle mouse button(three - button mouse) */ | ||
/** Middle mouse button(three - button mouse) */ | ||
export const VK_MBUTTON = 0x04 | ||
/** X1 mouse button */ | ||
/** X1 mouse button */ | ||
export const VK_XBUTTON1 = 0x05 | ||
@@ -42,3 +42,3 @@ /** X2 mouse button */ | ||
export const VK_HANGUEL = 0x15 | ||
/** IME Hangul mode */ | ||
/** IME Hangul mode */ | ||
export const VK_HANGUL = 0x15 | ||
@@ -61,7 +61,7 @@ /** IME On */ | ||
export const VK_ACCEPT = 0x1E | ||
/** IME mode change request */ | ||
/** IME mode change request */ | ||
export const VK_MODECHANGE = 0x1F | ||
/** SPACEBAR */ | ||
/** SPACEBAR */ | ||
export const VK_SPACE = 0x20 | ||
/** PAGE UP key */ | ||
/** PAGE UP key */ | ||
export const VK_PRIOR = 0x21 | ||
@@ -74,23 +74,23 @@ /** PAGE DOWN key */ | ||
export const VK_HOME = 0x24 | ||
/** LEFT ARROW key */ | ||
/** LEFT ARROW key */ | ||
export const VK_LEFT = 0x25 | ||
/** UP ARROW key */ | ||
export const VK_UP = 0x26 | ||
/** RIGHT ARROW key */ | ||
/** RIGHT ARROW key */ | ||
export const VK_RIGHT = 0x27 | ||
/** DOWN ARROW key */ | ||
/** DOWN ARROW key */ | ||
export const VK_DOWN = 0x28 | ||
/** SELECT key */ | ||
/** SELECT key */ | ||
export const VK_SELECT = 0x29 | ||
/** PRINT key */ | ||
/** PRINT key */ | ||
export const VK_PRINT = 0x2A | ||
/** EXECUTE key */ | ||
/** EXECUTE key */ | ||
export const VK_EXECUTE = 0x2B | ||
/** PRINT SCREEN key */ | ||
/** PRINT SCREEN key */ | ||
export const VK_SNAPSHOT = 0x2C | ||
/** INS key */ | ||
/** INS key */ | ||
export const VK_INSERT = 0x2D | ||
/** DEL key */ | ||
/** DEL key */ | ||
export const VK_DELETE = 0x2E | ||
/** HELP key */ | ||
/** HELP key */ | ||
export const VK_HELP = 0x2F | ||
@@ -147,31 +147,31 @@ /* | ||
export const VK_NUMPAD1 = 0x61 | ||
/** Numeric keypad 2 key */ | ||
/** Numeric keypad 2 key */ | ||
export const VK_NUMPAD2 = 0x62 | ||
/** Numeric keypad 3 key */ | ||
/** Numeric keypad 3 key */ | ||
export const VK_NUMPAD3 = 0x63 | ||
/** Numeric keypad 4 key */ | ||
/** Numeric keypad 4 key */ | ||
export const VK_NUMPAD4 = 0x64 | ||
/** Numeric keypad 5 key */ | ||
/** Numeric keypad 5 key */ | ||
export const VK_NUMPAD5 = 0x65 | ||
/** Numeric keypad 6 key */ | ||
/** Numeric keypad 6 key */ | ||
export const VK_NUMPAD6 = 0x66 | ||
/** Numeric keypad 7 key */ | ||
/** Numeric keypad 7 key */ | ||
export const VK_NUMPAD7 = 0x67 | ||
/** Numeric keypad 8 key */ | ||
/** Numeric keypad 8 key */ | ||
export const VK_NUMPAD8 = 0x68 | ||
/** Numeric keypad 9 key */ | ||
/** Numeric keypad 9 key */ | ||
export const VK_NUMPAD9 = 0x69 | ||
/** Multiply key */ | ||
/** Multiply key */ | ||
export const VK_MULTIPLY = 0x6A | ||
/** Add key */ | ||
/** Add key */ | ||
export const VK_ADD = 0x6B | ||
/** Separator key */ | ||
/** Separator key */ | ||
export const VK_SEPARATOR = 0x6C | ||
/** Subtract key */ | ||
/** Subtract key */ | ||
export const VK_SUBTRACT = 0x6D | ||
/** Decimal key */ | ||
/** Decimal key */ | ||
export const VK_DECIMAL = 0x6E | ||
/** Divide key */ | ||
/** Divide key */ | ||
export const VK_DIVIDE = 0x6F | ||
/** F1 key */ | ||
/** F1 key */ | ||
export const VK_F1 = 0x70 | ||
@@ -201,35 +201,35 @@ export const VK_F2 = 0x71 | ||
export const VK_F24 = 0x87 | ||
/** NUM LOCK key */ | ||
/** NUM LOCK key */ | ||
export const VK_NUMLOCK = 0x90 | ||
/** SCROLL LOCK key */ | ||
/** SCROLL LOCK key */ | ||
export const VK_SCROLL = 0x91 | ||
/** Left SHIFT key */ | ||
/** Left SHIFT key */ | ||
export const VK_LSHIFT = 0xA0 | ||
/** Right SHIFT key */ | ||
/** Right SHIFT key */ | ||
export const VK_RSHIFT = 0xA1 | ||
/** Left CONTROL key */ | ||
/** Left CONTROL key */ | ||
export const VK_LCONTROL = 0xA2 | ||
/** Right CONTROL key */ | ||
/** Right CONTROL key */ | ||
export const VK_RCONTROL = 0xA3 | ||
/** Left ALT key */ | ||
/** Left ALT key */ | ||
export const VK_LMENU = 0xA4 | ||
/** Right ALT key */ | ||
/** Right ALT key */ | ||
export const VK_RMENU = 0xA5 | ||
/** Browser Back key */ | ||
/** Browser Back key */ | ||
export const VK_BROWSER_BACK = 0xA6 | ||
/** Browser Forward key */ | ||
/** Browser Forward key */ | ||
export const VK_BROWSER_FORWARD = 0xA7 | ||
/** Browser Refresh key */ | ||
/** Browser Refresh key */ | ||
export const VK_BROWSER_REFRESH = 0xA8 | ||
/** Browser Stop key */ | ||
export const VK_BROWSER_STOP = 0xA9 | ||
/** Browser Search key */ | ||
/** Browser Search key */ | ||
export const VK_BROWSER_SEARCH = 0xAA | ||
/** Browser Favorites key */ | ||
/** Browser Favorites key */ | ||
export const VK_BROWSER_FAVORITES = 0xAB | ||
/** Browser Start and Home key */ | ||
/** Browser Start and Home key */ | ||
export const VK_BROWSER_HOME = 0xAC | ||
/** Volume Mute key */ | ||
/** Volume Mute key */ | ||
export const VK_VOLUME_MUTE = 0xAD | ||
/** Volume Down key */ | ||
/** Volume Down key */ | ||
export const VK_VOLUME_DOWN = 0xAE | ||
@@ -236,0 +236,0 @@ /** Volume Up key */ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
286023