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

#include </home/runner/work/ttx/ttx/src/input.h>

Public Member Functions

 InputThread (di::Vector< di::TransparentStringView > command, di::Vector< KeyBind > key_binds, di::Synchronized< LayoutState > &layout_state, RenderThread &render_thread)
 
 ~InputThread ()
 
void request_exit ()
 

Static Public Member Functions

static auto create (di::Vector< di::TransparentStringView > command, di::Vector< KeyBind > key_binds, di::Synchronized< LayoutState > &layout_state, RenderThread &render_thread) -> di::Result< di::Box< InputThread > >
 

Constructor & Destructor Documentation

◆ InputThread()

ttx::InputThread::InputThread ( di::Vector< di::TransparentStringView > command,
di::Vector< KeyBind > key_binds,
di::Synchronized< LayoutState > & layout_state,
RenderThread & render_thread )
explicit

◆ ~InputThread()

ttx::InputThread::~InputThread ( )

Member Function Documentation

◆ create()

auto ttx::InputThread::create ( di::Vector< di::TransparentStringView > command,
di::Vector< KeyBind > key_binds,
di::Synchronized< LayoutState > & layout_state,
RenderThread & render_thread ) -> di::Result<di::Box<InputThread>>
static

◆ request_exit()

void ttx::InputThread::request_exit ( )

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