mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-27 21:19:18 +00:00
Minor fix in she::Event::type() return type
This commit is contained in:
parent
5db6feef89
commit
07aaa78ea9
@ -40,7 +40,7 @@ namespace she {
|
||||
|
||||
Event() : m_type(None) { }
|
||||
|
||||
int type() const { return m_type; }
|
||||
Type type() const { return m_type; }
|
||||
const Files& files() const { return m_files; }
|
||||
gfx::Point position() const { return m_position; }
|
||||
gfx::Point wheelDelta() const { return m_wheelDelta; }
|
||||
|
Loading…
Reference in New Issue
Block a user