16
0
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:
tmj-fstate
2018-07-11 17:45:50 +02:00
parent 1056f9bb14
commit 12d70fe320
20 changed files with 330 additions and 269 deletions

View File

@@ -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 };