mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-22 11:39:19 +02:00
virtual slider mouse input mode, minor refactoring, minor bug fixes
This commit is contained in:
@@ -52,6 +52,9 @@ public:
|
||||
// draws requested UI elements
|
||||
void
|
||||
render();
|
||||
//
|
||||
void
|
||||
set_cursor( int const Mode );
|
||||
// stores operation progress
|
||||
void
|
||||
set_progress( float const Progress = 0.0f, float const Subtaskprogress = 0.0f );
|
||||
@@ -114,6 +117,7 @@ private:
|
||||
int tprev; // poprzedni czas
|
||||
double VelPrev; // poprzednia prędkość
|
||||
double Acc; // przyspieszenie styczne
|
||||
bool m_cursorvisible { false };
|
||||
};
|
||||
|
||||
extern ui_layer UILayer;
|
||||
|
||||
Reference in New Issue
Block a user