|
OpenTTD Source 20251117-master-g7398d2e290
|
Textbuffer handling. More...
#include "stdafx.h"#include "textbuf_type.h"#include "string_func.h"#include "strings_func.h"#include "core/utf8.hpp"#include "gfx_type.h"#include "gfx_func.h"#include "gfx_layout.h"#include "window_func.h"#include "safeguards.h"Go to the source code of this file.
Functions | |
| std::optional< std::string > | GetClipboardContents () |
| Try to retrieve the current clipboard contents. | |
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 205 of file unix.cpp.
References FS2OTTD().
Referenced by Textbuf::InsertClipboard().
| int _caret_timer |
Definition at line 31 of file textbuf.cpp.