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

Method move

src/components/AnimationComponent.cpp:13–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11}
12
13void AnimationComponent::move(int x, int y, int speed)
14{
15 mMoveX = x;
16 mMoveY = y;
17 mMoveSpeed = speed;
18}
19
20void AnimationComponent::fadeIn(int time)
21{

Callers 2

updateDetailDataMethod · 0.80
doTransitionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected