mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-15 19:52:05 +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) { }
|
Event() : m_type(None) { }
|
||||||
|
|
||||||
int type() const { return m_type; }
|
Type type() const { return m_type; }
|
||||||
const Files& files() const { return m_files; }
|
const Files& files() const { return m_files; }
|
||||||
gfx::Point position() const { return m_position; }
|
gfx::Point position() const { return m_position; }
|
||||||
gfx::Point wheelDelta() const { return m_wheelDelta; }
|
gfx::Point wheelDelta() const { return m_wheelDelta; }
|
||||||
|
Loading…
Reference in New Issue
Block a user