ttx 0.1.0
Loading...
Searching...
No Matches
ttx::KeyEvent Class Reference

#include </home/runner/work/ttx/ttx/lib/include/ttx/key_event.h>

Public Member Functions

constexpr KeyEvent (KeyEventType type, Key key, di::String text={}, Modifiers modifiers=Modifiers::None, c32 shifted_key=0, c32 base_layout_key=0)
 
constexpr auto type () const -> KeyEventType
 
constexpr auto modifiers () const -> Modifiers
 
constexpr auto key () const -> Key
 
constexpr auto shifted_key () const -> c32
 
constexpr auto base_layout_key () const -> c32
 
constexpr auto text () const -> di::StringView
 
auto operator== (KeyEvent const &) const -> bool=default
 

Static Public Member Functions

static constexpr auto key_down (Key key, di::String text={}, Modifiers modifiers=Modifiers::None, c32 shifted_key=0, c32 base_layout_key=0) -> KeyEvent
 

Friends

constexpr friend auto tag_invoke (di::Tag< di::reflect >, di::InPlaceType< KeyEvent >)
 

Constructor & Destructor Documentation

◆ KeyEvent()

ttx::KeyEvent::KeyEvent ( KeyEventType type,
Key key,
di::String text = {},
Modifiers modifiers = Modifiers::None,
c32 shifted_key = 0,
c32 base_layout_key = 0 )
inlineconstexpr

Member Function Documentation

◆ base_layout_key()

auto ttx::KeyEvent::base_layout_key ( ) const -> c32
inlineconstexpr

◆ key()

auto ttx::KeyEvent::key ( ) const -> Key
inlineconstexpr

◆ key_down()

static constexpr auto ttx::KeyEvent::key_down ( Key key,
di::String text = {},
Modifiers modifiers = Modifiers::None,
c32 shifted_key = 0,
c32 base_layout_key = 0 ) -> KeyEvent
inlinestaticconstexpr

◆ modifiers()

auto ttx::KeyEvent::modifiers ( ) const -> Modifiers
inlineconstexpr

◆ operator==()

auto ttx::KeyEvent::operator== ( KeyEvent const & ) const -> bool=default
default

◆ shifted_key()

auto ttx::KeyEvent::shifted_key ( ) const -> c32
inlineconstexpr

◆ text()

auto ttx::KeyEvent::text ( ) const -> di::StringView
inlineconstexpr

◆ type()

auto ttx::KeyEvent::type ( ) const -> KeyEventType
inlineconstexpr

Friends And Related Symbol Documentation

◆ tag_invoke

friend auto tag_invoke ( di::Tag< di::reflect > ,
di::InPlaceType< KeyEvent >  )
friend

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