mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-02-24 07:36:56 +00:00
Commented out some unused code.
This commit is contained in:
parent
d5df9715b7
commit
092eb36a07
|
@ -147,7 +147,7 @@ namespace OpenTK.Platform.Windows
|
||||||
public void Poll()
|
public void Poll()
|
||||||
{
|
{
|
||||||
return;
|
return;
|
||||||
|
#if false
|
||||||
// We will do a buffered read for all input devices and route the RawInput structures
|
// We will do a buffered read for all input devices and route the RawInput structures
|
||||||
// to the correct 'ProcessData' handlers. First, we need to find out the size of the
|
// to the correct 'ProcessData' handlers. First, we need to find out the size of the
|
||||||
// buffer to allocate for the structures. Then we allocate the buffer and read the
|
// buffer to allocate for the structures. Then we allocate the buffer and read the
|
||||||
|
@ -206,6 +206,7 @@ namespace OpenTK.Platform.Windows
|
||||||
}
|
}
|
||||||
|
|
||||||
Marshal.FreeHGlobal(rin_data);
|
Marshal.FreeHGlobal(rin_data);
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
|
|
Loading…
Reference in a new issue