implement input character queue and add PushCharacters macro utility
This commit is contained in:
@@ -205,12 +205,6 @@ void Playlist::SpacePressed()
|
||||
}
|
||||
}
|
||||
|
||||
void Playlist::ReadKey(int &key)
|
||||
{
|
||||
w->ReadKey(key);
|
||||
UpdateTimer();
|
||||
}
|
||||
|
||||
void Playlist::MouseButtonPressed(MEVENT me)
|
||||
{
|
||||
if (w == Items && !Items->Empty() && Items->hasCoords(me.x, me.y))
|
||||
|
||||
Reference in New Issue
Block a user