mirror of
https://github.com/FunKey-Project/RetroFE.git
synced 2026-01-05 13:38:56 +01:00
Moved more component implementations from header file to source.
This commit is contained in:
parent
5d455d1174
commit
c74ddfb582
@ -80,6 +80,11 @@ void Component::AllocateGraphicsMemory()
|
||||
}
|
||||
}
|
||||
|
||||
Item *Component::GetSelectedItem()
|
||||
{
|
||||
return SelectedItem;
|
||||
}
|
||||
|
||||
void Component::TriggerEnterEvent()
|
||||
{
|
||||
EnterRequested = true;
|
||||
|
||||
@ -57,10 +57,7 @@ public:
|
||||
|
||||
protected:
|
||||
std::string CollectionName;
|
||||
Item *GetSelectedItem()
|
||||
{
|
||||
return SelectedItem;
|
||||
}
|
||||
Item *GetSelectedItem();
|
||||
enum AnimationState
|
||||
{
|
||||
IDLE,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user