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

Method ScrollableContainer

src/components/ScrollableContainer.cpp:5–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3#include "../Log.h"
4
5ScrollableContainer::ScrollableContainer(Window* window) : GuiComponent(window),
6 mAutoScrollDelay(0), mAutoScrollSpeed(0), mAutoScrollTimer(0), mScrollPos(0, 0), mScrollDir(0, 0)
7{
8}
9
10void ScrollableContainer::render(const Eigen::Affine3f& parentTrans)
11{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected