MCPcopy Create free account
hub / github.com/Aloshi/EmulationStation / GuiComponent

Method GuiComponent

src/GuiComponent.cpp:6–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4#include "Renderer.h"
5
6GuiComponent::GuiComponent(Window* window) : mWindow(window), mParent(NULL), mOpacity(255),
7 mPosition(Eigen::Vector3f::Zero()), mSize(Eigen::Vector2f::Zero()), mTransform(Eigen::Affine3f::Identity())
8{
9}
10
11GuiComponent::~GuiComponent()
12{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected