implement ray casting events
This commit is contained in:
@@ -84,5 +84,6 @@ namespace OpenVulkano::Input
|
||||
[[nodiscard]] bool IsMultiTouch() const { return m_multiTouch; }
|
||||
|
||||
Event<Touch&> OnTouchAdded, OnTouchDown, OnTouchUp, OnTouchMoved, OnTouchRemoved;
|
||||
Event<Math::Vector2i> OnTap;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user