struct Extents
Defined at line 26 of file ../../src/ui/scenic/lib/input/internal_pointer_event.h
Extents define an axis-aligned rectangle in 2D space.
Public Members
tvec2 min
tvec2 max
Public Methods
void Extents ()
Defined at line 31 of file ../../src/ui/scenic/lib/input/internal_pointer_event.h
template <typename T>
void Extents (const T & extents)
Defined at line 34 of file ../../src/ui/scenic/lib/input/internal_pointer_event.h
bool operator== (const Extents & other)
Used to check for exact equality in TouchSource
Defined at line 40 of file ../../src/ui/scenic/lib/input/internal_pointer_event.h