struct Extents
Defined at line 25 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 30 of file ../../src/ui/scenic/lib/input/internal_pointer_event.h
template <typename T>
void Extents (const T & extents)
Defined at line 33 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 39 of file ../../src/ui/scenic/lib/input/internal_pointer_event.h