UNPKG

@nodert-win10/windows.applicationmodel.datatransfer.dragdrop

Version:

Use the Windows.ApplicationModel.DataTransfer.DragDrop UWP API directly from Node.js

12 lines (10 loc) 246 B
_DragDropModifiers = function () { this.none = 0; this.shift = 1; this.control = 2; this.alt = 3; this.leftButton = 4; this.middleButton = 5; this.rightButton = 6; } exports.DragDropModifiers = new _DragDropModifiers();