Accueil > Programmation > sfml - python C++ > sfml
sfml
Publié le 26 mai 2019, dernière mise-à-jour le 14 juin 2019, 5 visites, visites totales.
sfml est un raccourci pour tous les sfml ( sfml.window, sfml.system ... )
from sfml import sf
erreurs sfml
except ValueError as error :
load/open : except IOError :
except sf.SocketError :
sfml.window : actions/events
On peut aussi faire une recherche d’états
Certains événements ont deux états qu’il faut ensuite tester.
- keypressed :
- focus
sfml.graphics
rectangle = sf.Rectangle((left, top), (width, height))
DOCS :
sfml doc sur le site
sfml exemples sur le site
sfml.system
sfml.window
sfml.graphics
sfml.audio
sfml.network