16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-19 12:19:18 +02:00

milek7/sim branch network code import

This commit is contained in:
tmj-fstate
2020-02-16 03:03:17 +01:00
parent 2ce3091e8f
commit 7a0c89f508
56 changed files with 2609 additions and 426 deletions

View File

@@ -181,6 +181,11 @@ editor_mode::on_key( int const Key, int const Scancode, int const Action, int co
}
}
void
editor_mode::on_char( unsigned int const Char ) {
// TODO: implement
}
void
editor_mode::on_cursor_pos( double const Horizontal, double const Vertical ) {
@@ -266,6 +271,12 @@ editor_mode::on_event_poll() {
m_input.poll();
}
bool
editor_mode::is_command_processor() {
return false;
}
bool
editor_mode::mode_translation() const {