Skyward boardcore
Loading...
Searching...
No Matches
View.h File Reference
#include <mxgui/display.h>
#include <mxgui/misc_inst.h>
#include <utils/Debug.h>
#include <functional>
#include "Misc.h"
Include dependency graph for View.h:
This graph shows which files directly or indirectly include this file:

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
 Driver for the VN100S IMU.
 

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 }