mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-21 12:29:18 +02:00
build 200126. memory cell-based simulation state interface , time of day slider, minor bug fixes
This commit is contained in:
@@ -52,6 +52,8 @@ public:
|
||||
set_title( std::string const &Title );
|
||||
void
|
||||
set_progress( float const Progress = 0.f, float const Subtaskprogress = 0.f );
|
||||
void
|
||||
set_tooltip( std::string const &Tooltip );
|
||||
void
|
||||
set_cursor( int const Mode );
|
||||
void
|
||||
@@ -62,6 +64,11 @@ public:
|
||||
get_cursor_pos( double &Horizontal, double &Vertical ) const;
|
||||
int
|
||||
get_mouse_button( int const Button ) const;
|
||||
/*
|
||||
// provides inputs associated with specified command
|
||||
std::string
|
||||
get_input_hint( user_command const Command ) const;
|
||||
*/
|
||||
// input handlers
|
||||
void
|
||||
on_key( int const Key, int const Scancode, int const Action, int const Mods );
|
||||
|
||||
Reference in New Issue
Block a user