Platform/Win32/Win32Input.cpp: remove Win32InputMsgBuffer
This commit is contained in:
parent
eef2690ada
commit
92a561648e
2 changed files with 1 additions and 23 deletions
|
|
@ -6,14 +6,6 @@
|
|||
|
||||
namespace sp {
|
||||
|
||||
Win32InputMsgBuffer Win32Input::inputMsgBuffer;
|
||||
|
||||
Win32InputMsgBuffer::Win32InputMsgBuffer() :
|
||||
index (0),
|
||||
enabled (false)
|
||||
{
|
||||
}
|
||||
|
||||
Keyboard* Win32Input::createKeyboard()
|
||||
{
|
||||
return new Win32Keyboard();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue