InputEvent.h改名为EventDispatch.h

This commit is contained in:
2025-06-27 03:03:33 +08:00
parent 9eabdaf1d1
commit b02fc4d13c
5 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
#pragma once
#include<hgl/io/event/InputEvent.h>
#include<hgl/io/event/EventDispatch.h>
#include<hgl/math/Vector.h>
namespace hgl::io
{