struct Espresso::WindowDropEvent

Overview

Event triggered when one or more files are dropped onto the window.

Defined in:

espresso/events/window_drop_event.cr

Instance Method Summary

Instance methods inherited from struct Espresso::WindowEvent

window : Window window

Instance Method Detail

def paths : Slice(String) #

List of file paths.


[View source]