|
OpenTTD Source
14.0-beta3
|
#include "stdafx.h"#include "textbuf_type.h"#include "string_func.h"#include "strings_func.h"#include "gfx_type.h"#include "gfx_func.h"#include "window_func.h"#include "core/alloc_func.hpp"#include "safeguards.h"Go to the source code of this file.
Functions | |
| std::optional< std::string > | GetClipboardContents () |
| Try to retrieve the current clipboard contents. More... | |
Variables | |
| int | _caret_timer |
Textbuffer handling.
Definition in file textbuf.cpp.
| std::optional<std::string> GetClipboardContents | ( | ) |
Try to retrieve the current clipboard contents.
Definition at line 214 of file unix.cpp.
Referenced by Textbuf::InsertClipboard().