Skyward boardcore
|
#include <mxgui/display.h>
#include <mxgui/misc_inst.h>
#include <utils/Debug.h>
#include <functional>
#include "Misc.h"
Go to the source code of this file.
Classes | |
struct | Boardcore::Size |
struct | Boardcore::Position |
struct | Boardcore::Bounds |
class | Boardcore::View |
Base class for anything that can be drawn on the screen and interacted with. More... | |
Namespaces | |
namespace | Boardcore |
This file includes all the types the logdecoder script will decode. | |
Enumerations | |
enum class | Boardcore::VertAlignment { Boardcore::TOP , Boardcore::CENTER , Boardcore::BOTTOM } |
enum class | Boardcore::HorizAlignment { Boardcore::LEFT , Boardcore::CENTER , Boardcore::RIGHT } |
enum class | Boardcore::Interaction { Boardcore::BTN_DOWN , Boardcore::BTN_UP , Boardcore::CLICK , Boardcore::LONG_CLICK } |