sfml.system

package sfml.system

Base module of SFML, defining various utilities.

It provides vector classes, Unicode strings and conversion functions, threads and mutexes, timing classes.

Attributes

Members list

Type members

Classlikes

trait Clock(using ctor: ctor)

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
object Clock

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
Clock.type
trait String(using ctor: ctor)

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
object String

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
String.type
trait Time(using ctor: ctor)

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
object Time

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
Time.type
trait Vector2[T <: Float | Int](using val ctor: ctor)

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
object Vector2

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
Vector2.type
trait Vector3[T <: Float | Int](using val ctor: ctor)

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
object Vector3

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
Vector3.type