rendertarget multi frame rewrite
This commit is contained in:
parent
7f46ac13fa
commit
2b22c16ce7
13 changed files with 225 additions and 276 deletions
|
|
@ -20,11 +20,10 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
|||
export module Crafter.Graphics:MouseElement;
|
||||
import std;
|
||||
import Crafter.Event;
|
||||
import :Types;
|
||||
import :Transform2D;
|
||||
import :ForwardDeclarations;
|
||||
|
||||
export namespace Crafter {
|
||||
class Window;
|
||||
struct MouseElement : Transform2D {
|
||||
Event<void> onMouseMove;
|
||||
Event<void> onMouseEnter;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue