Type Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
K
 KeyCode
L
 LogLevel
 LogSinkPtr, LogSink
M
 MouseButton
P
 Point2, Vector2
 PriorityLevel
S
 scalar
 ScrollDir
 shared_ptr
 StrVec
T
 TaskPtr, Task
U
 ubyte
 uint
Enumeration defining keys, used in Application::keyPressed.
Enumeration defining severity of an error.
Pointer to a log sink, used since LogSink is abstract and will always be accessed via a pointer.
Enumeration defining buttons, used in Application::mouseButtonPressed.
Alias for Vector2 type.
Enumeration defining priority of a Task.
Scalar value, used throughout photon in place of double or float
Enumeration defining scroll direction of mouse wheel.
Shared pointer type.
Typedef for vector of strings, which is used all throughout photon.
Pointer to a task, used since Task is abstract and will always be accessed via a pointer.
Unsigned byte, alias for unsigned char.
Alias for unsigned integer.