yaze 0.2.0
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
clipboard.cc File Reference
#include "app/core/platform/clipboard.h"
#include <cstdint>
#include <vector>
Include dependency graph for clipboard.cc:

Go to the source code of this file.

Namespaces

namespace  yaze
 
namespace  yaze::app
 Main namespace for the ImGui application.
 
namespace  yaze::app::core
 Core application logic and utilities.
 

Functions

void yaze::app::core::CopyImageToClipboard (const std::vector< uint8_t > &data)
 
void yaze::app::core::GetImageFromClipboard (std::vector< uint8_t > &data, int &width, int &height)