Updated CSFML and SFML.Net to the new input classes
This commit is contained in:
parent
566699f912
commit
15f6eca815
54 changed files with 1503 additions and 955 deletions
|
@ -119,7 +119,7 @@ namespace window
|
|||
static void OnKeyPressed(object sender, KeyEventArgs e)
|
||||
{
|
||||
Window window = (Window)sender;
|
||||
if (e.Code == KeyCode.Escape)
|
||||
if (e.Code == Keyboard.Key.Escape)
|
||||
window.Close();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue