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