|
HikoGUI
A low latency retained GUI
|
Public Member Functions | |
| constexpr | hitbox (hitbox const &) noexcept=default |
| constexpr | hitbox (hitbox &&) noexcept=default |
| constexpr hitbox & | operator= (hitbox const &) noexcept=default |
| constexpr hitbox & | operator= (hitbox &&) noexcept=default |
| constexpr | hitbox (tt::widget const *widget, float elevation=-std::numeric_limits< float >::max(), Type type=Type::Default) noexcept |
Data Fields | |
| Type | type |
| widget const * | widget |
Friends | |
| bool | operator< (hitbox const &lhs, hitbox const &rhs) noexcept |