16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-21 12:29: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

@@ -57,6 +57,9 @@ public:
void
on_key( int const Key, int const Scancode, int const Action, int const Mods ) = 0;
virtual
void
on_char( unsigned int const Char ) = 0;
virtual
void
on_cursor_pos( double const X, double const Y ) = 0;
virtual
@@ -68,6 +71,9 @@ public:
virtual
void
on_event_poll() = 0;
virtual
bool
is_command_processor() = 0;
protected:
// members