Added Keyboard::GetKeyName (experimental)
Former-commit-id: a937b98ceeed3cb7c64bf6c1f544bb7021ad01bd
This commit is contained in:
@@ -14,6 +14,11 @@
|
||||
|
||||
#include <Nazara/Utility/Debug.hpp>
|
||||
|
||||
NzString NzKeyboard::GetKeyName(Key key)
|
||||
{
|
||||
return NzEventImpl::GetKeyName(key);
|
||||
}
|
||||
|
||||
bool NzKeyboard::IsKeyPressed(Key key)
|
||||
{
|
||||
return NzEventImpl::IsKeyPressed(key);
|
||||
|
||||
Reference in New Issue
Block a user