OpenTTD Source
20241108-master-g80f628063a
|
Textbuffer handling. More...
#include "stdafx.h"
#include "textbuf_type.h"
#include "string_func.h"
#include "strings_func.h"
#include "gfx_type.h"
#include "gfx_func.h"
#include "gfx_layout.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 205 of file unix.cpp.
Referenced by Textbuf::InsertClipboard().