sfml
Members list
Packages
Sounds, streaming (musics or custom sources), recording, spatialization.
Sounds, streaming (musics or custom sources), recording, spatialization.
Attributes
2D graphics module: sprites, text, shapes, ...
2D graphics module: sprites, text, shapes, ...
Attributes
Base module of SFML, defining various utilities.
Base module of SFML, defining various utilities.
It provides vector classes, Unicode strings and conversion functions, threads and mutexes, timing classes.
Attributes
Provides OpenGL-based windows, and abstractions for events and input handling.
Provides OpenGL-based windows, and abstractions for events and input handling.
Attributes
Type members
Classlikes
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
Attributes
- Companion
- class
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Constructor.type
Make objects immutable.
Make objects immutable.
Making an object immutable means that it can no longer be modified, even by functions. Functions that ensures that the object is not modified can take an immutable object as a parameter.
Type parameters
- T
-
Type of the object to be made immutable
Attributes
- Note
-
This wrapper is the C++ equivalent of the
const
keyword - Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any