struct Protocol::Input::DragData

Included Modules

Defined in:

protocol/input.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def drag_operations_mask : Int::Primitive #

Bit field representing allowed drag operations. Copy = 1, Link = 2, Move = 16


[View source]
def files : Array(String) | Nil #

List of filenames that should be included when dropping


[View source]
def items : Array(DragDataItem) #

[View source]