A clipboard data offer. @see Window::onClipboardDataOffer */
| 264 | @see Window::onClipboardDataOffer |
| 265 | */ |
| 266 | struct ClipboardDataOffer { |
| 267 | /** |
| 268 | The id of this data offer. |
| 269 | @note The value 0 is reserved for null/invalid. |
| 270 | */ |
| 271 | uint32_t id; |
| 272 | |
| 273 | /** |
| 274 | The type of this data offer. |
| 275 | Usually a MIME type, but may also be another platform-specific type identifier. |
| 276 | */ |
| 277 | const char* type; |
| 278 | }; |
| 279 | |
| 280 | // -------------------------------------------------------------------------------------------------------------------- |
| 281 | // Base DGL classes |
nothing calls this directly
no outgoing calls
no test coverage detected