![]() |
OpenSiv3D
v0.6.5
C++20 framework for creative coding
|
#include "Common.hpp"#include "String.hpp"#include "Array.hpp"#include "Image.hpp"#include "AsyncTask.hpp"Namespaces | |
| s3d | |
| s3d::Clipboard | |
| クリップボードに関する機能を提供します。 | |
Functions | |
| bool | s3d::Clipboard::HasChanged () |
| クリップボードの内容がユーザによって変更されたかを返します。 More... | |
| bool | s3d::Clipboard::GetText (String &text) |
| クリップボードにあるテキストを取得します。 More... | |
| bool | s3d::Clipboard::GetImage (Image &image) |
| クリップボードにある画像を取得します。 More... | |
| bool | s3d::Clipboard::GetFilePaths (Array< FilePath > &paths) |
| クリップボードにあるファイルパスを取得します。 More... | |
| void | s3d::Clipboard::SetText (const String &text) |
| クリップボードにテキストを設定します。 More... | |
| void | s3d::Clipboard::SetImage (const Image &image) |
| クリップボードに画像を設定します。 More... | |
| void | s3d::Clipboard::Clear () |
| クリップボードの内容を消去します。 More... | |