diff options
Diffstat (limited to 'src/interfaces')
| -rw-r--r-- | src/interfaces/input.hpp | 6 | 
1 files changed, 1 insertions, 5 deletions
diff --git a/src/interfaces/input.hpp b/src/interfaces/input.hpp index 3558363..a3019ad 100644 --- a/src/interfaces/input.hpp +++ b/src/interfaces/input.hpp @@ -13,9 +13,5 @@ public:  	virtual void listen() noexcept = 0; -	virtual auto is_key_pressed(Key key) noexcept -> bool = 0; - -	[[nodiscard]] virtual auto get_currently_pressed_key() const noexcept -> Key = 0; - -	virtual void clear_currently_pressed() noexcept = 0; +	virtual auto get_currently_pressed_key() noexcept -> Key = 0;  };  | 
