![]() |
The ZX Ecosystem v5.1.0;_GUI_v3.1.0
|
#include <cstdint>
#include <string>
#include <mutex>
#include <atomic>
#include <chrono>
#include <functional>
#include "zxecosystem/ancillary/CppAddons.h"
#include "zxecosystem/ancillary/SimpleStatistics.h"
#include "zxecosystem/desktop/DesktopInterface.h"
#include "zxecosystem/core/ZXScreen.h"
#include "zxecosystem/core/ZXKeyboard.h"
#include "zxecosystem/core/ZXPointing.h"
#include "zxecosystem/core/ZXSound.h"
Go to the source code of this file.
Classes | |
class | zxeco::ZXEco |
Class that provides access to the entire ecosystem: graphics, keyboard, etc. More... | |
class | zxeco::ZXEco::RawGeometry |
Raw geometrical information about the window geometry of ZXEco objects. More... | |
Namespaces | |
namespace | zxeco |
The main namespace of the library, that spans across all the zx modules. | |
Functions | |
constexpr bool | zxeco::operator& (ZXEco::RefreshType a, ZXEco::RefreshType b) |
Definition needed for completing the RefreshType functionality. More... | |