robotools / vanilla

A Pythonic wrapper around Cocoa.
MIT License
78 stars 28 forks source link

expose drop operations #124

Closed typemytype closed 4 years ago

typemytype commented 4 years ago

A drop setting can allow specific drop and based on modifierkeys the operation is different --> expose that value

all dropOperations: https://developer.apple.com/documentation/appkit/nsdragoperation?language=objc

fixes #123