mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-22 00:09:18 +02:00
virtual slider mouse input mode, minor refactoring, minor bug fixes
This commit is contained in:
@@ -28,6 +28,10 @@ public:
|
||||
key( int const Key, int const Action );
|
||||
void
|
||||
poll();
|
||||
inline
|
||||
user_command const
|
||||
command() const {
|
||||
return m_command; }
|
||||
|
||||
private:
|
||||
// types
|
||||
@@ -65,6 +69,7 @@ private:
|
||||
|
||||
// members
|
||||
commandsetup_sequence m_commands;
|
||||
user_command m_command; // last, if any, issued command
|
||||
usercommand_map m_bindings;
|
||||
command_relay m_relay;
|
||||
bool m_shift{ false };
|
||||
|
||||
Reference in New Issue
Block a user