Removed rogue declaration
This commit is contained in:
parent
950d10c49f
commit
fdeb89a191
|
@ -256,16 +256,6 @@ private:
|
||||||
////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////
|
||||||
static Keyboard::Key virtualKeyCodeToSF(WPARAM key, LPARAM flags);
|
static Keyboard::Key virtualKeyCodeToSF(WPARAM key, LPARAM flags);
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////
|
|
||||||
/// \brief Convert win32 message flags to scancode
|
|
||||||
///
|
|
||||||
/// \param lParam The message flags
|
|
||||||
///
|
|
||||||
/// \return The scancode corresponding to the key
|
|
||||||
///
|
|
||||||
////////////////////////////////////////////////////////////
|
|
||||||
static Keyboard::Scancode convertToScancode(LPARAM flags);
|
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////
|
||||||
/// \brief Function called whenever one of our windows receives a message
|
/// \brief Function called whenever one of our windows receives a message
|
||||||
///
|
///
|
||||||
|
|
Loading…
Reference in a new issue