InputEvent.h改名为EventDispatch.h
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#ifndef HGL_IO_KEYBOARD_EVENT_INCLUDE
|
||||
#define HGL_IO_KEYBOARD_EVENT_INCLUDE
|
||||
|
||||
#include<hgl/io/event/InputEvent.h>
|
||||
#include<hgl/io/event/EventDispatch.h>
|
||||
namespace hgl
|
||||
{
|
||||
namespace io
|
||||
|
@@ -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
|
||||
{
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#ifndef HGL_IO_WINDOW_EVENT_INCLUDE
|
||||
#define HGL_IO_WINDOW_EVENT_INCLUDE
|
||||
|
||||
#include<hgl/io/event/InputEvent.h>
|
||||
#include<hgl/io/event/EventDispatch.h>
|
||||
namespace hgl
|
||||
{
|
||||
namespace io
|
||||
|
Reference in New Issue
Block a user