mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-03-22 15:05:03 +01:00
milek7/sim branch network code import
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user