Skip to content

Commit

Permalink
Update core/src/cubos/core/io/glfw_window.hpp
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
diogomsmiranda and github-actions[bot] authored Dec 11, 2023
1 parent 68916ec commit 4fef75c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/cubos/core/io/glfw_window.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ namespace cubos::core::io
void mouseState(MouseState state) override;
MouseState mouseState() const override;
glm::ivec2 getMousePosition() override;
void setMousePosition(const glm::ivec2 pos) override;
void setMousePosition(glm::ivec2 pos) override;
std::shared_ptr<Cursor> createCursor(Cursor::Standard standard) override;
void cursor(std::shared_ptr<Cursor> cursor) override;
void clipboard(const std::string& text) override;
Expand Down

0 comments on commit 4fef75c

Please sign in to comment.