struct Protocol::Input::SetInterceptDrags

Overview

Prevents default drag and drop behavior and instead emits Input.dragIntercepted events. Drag and drop behavior can be directly controlled via Input.dispatchDragEvent.

Included Modules

Defined in:

protocol/input.cr

Constructors

Constructor Detail

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

[View source]