Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
13
void AnimationComponent::move(int x, int y, int speed)
14
{
15
mMoveX = x;
16
mMoveY = y;
17
mMoveSpeed = speed;
18
}
19
20
void AnimationComponent::fadeIn(int time)
21
{
Callers
2
updateDetailData
Method · 0.80
doTransition
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected