HikoGUI
A low latency retained GUI
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Data Fields | Friends
tt::hit_box Struct Reference

Public Types

enum class  Type : uint8_t {
  Outside , Default , Button , TextEdit ,
  MoveArea , BottomResizeBorder , TopResizeBorder , LeftResizeBorder ,
  RightResizeBorder , BottomLeftResizeCorner , BottomRightResizeCorner , TopLeftResizeCorner ,
  TopRightResizeCorner , ApplicationIcon
}
 

Public Member Functions

 hit_box (std::weak_ptr< tt::widget const > widget, float elevation=-std::numeric_limits< float >::max(), Type type=Type::Default) noexcept
 

Data Fields

std::weak_ptr< widget const > widget
 
float elevation
 
Type type
 

Friends

bool operator< (hit_box const &lhs, hit_box const &rhs) noexcept
 

The documentation for this struct was generated from the following file: