delete Keycode.cpp
This commit is contained in:
parent
dcbfad5749
commit
256c7d16bc
|
@ -1,11 +0,0 @@
|
||||||
#include "KeyCode.hpp"
|
|
||||||
|
|
||||||
namespace vkvm {
|
|
||||||
|
|
||||||
KeyCode::KeyCode(int value) noexcept : value(value) {}
|
|
||||||
|
|
||||||
auto KeyCode::getValue() -> int {
|
|
||||||
return value;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
Loading…
Reference in New Issue