ClipboardUpdate
bearlyb.events.Event.ClipboardUpdate
case class ClipboardUpdate(timestamp: Duration, owner: Boolean, mimeTypes: Seq[String]) extends Event
An event which lets you handle the clipboard
Value parameters
- mimeTypes
-
current mime types, a mime type is the kind of data contained in the clipboard. Examples of MIME-types are text/javascript or image/png.
- owner
-
are we owning the clipboard? (internal update)
Attributes
- Graph
-
- Supertypes
Members list
In this article