mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 08:36:15 +00:00
Rename CharacterDevice::has_data_available_for_reading() -> can_read().
This commit is contained in:
@@ -114,7 +114,7 @@ Keyboard::~Keyboard()
|
||||
{
|
||||
}
|
||||
|
||||
bool Keyboard::has_data_available_for_reading(Process&) const
|
||||
bool Keyboard::can_read(Process&) const
|
||||
{
|
||||
return !m_queue.is_empty();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user