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

Method AnimationComponent

src/components/AnimationComponent.cpp:3–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1#include "AnimationComponent.h"
2
3AnimationComponent::AnimationComponent()
4{
5 mMoveX = 0;
6 mMoveY = 0;
7 mMoveSpeed = 0;
8 mFadeRate = 0;
9 mOpacity = 0;
10 mAccumulator = 0;
11}
12
13void AnimationComponent::move(int x, int y, int speed)
14{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected