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

@@ -37,6 +37,8 @@ public:
// input handlers
void
on_key( int const Key, int const Scancode, int const Action, int const Mods ) override;
void
on_char( unsigned int const Char ) override;
void
on_cursor_pos( double const Horizontal, double const Vertical ) override;
void
@@ -45,6 +47,8 @@ public:
on_scroll( double const Xoffset, double const Yoffset ) override;
void
on_event_poll() override;
bool
is_command_processor() override;
private:
// types