Welcome,
Guest
. Please
login
or
register
. Did you miss your
activation email?
French forum
Home
Help
Search
Login
Register
SFML community forums
»
Help
»
General
»
keyboard events
Print
Pages: [
1
]
Author
Topic: keyboard events (Read 1060 times)
0 Members and 1 Guest are viewing this topic.
gingger
Newbie
Posts: 1
keyboard events
«
on:
January 06, 2018, 08:53:02 am »
i just want to when you pres the exit button or press esc the window closes.
// help here // i wont it to close the program when you pres the escape key
if (event.type == sf::Event::Closed || event.type == sf::Event::EventType::KeyPressed Escape)
«
Last Edit: January 06, 2018, 11:06:14 pm by gingger
»
Logged
eXpl0it3r
SFML Team
Hero Member
Posts: 11030
Re: keyboard events
«
Reply #1 on:
January 06, 2018, 10:30:06 am »
So you can't even provide a description? Read the official tutorials.
Logged
Official FAQ:
https://www.sfml-dev.org/faq.php
Official Discord Server:
https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog:
https://duerrenberger.dev/blog/
Print
Pages: [
1
]
SFML community forums
»
Help
»
General
»
keyboard events