Removed redundant Point struct and SceneViewport improvements

- Keyboard shortcuts for Gizmo control
- Improved mousepick-blocking
This commit is contained in:
Simon Lübeß
2022-06-02 12:17:57 +02:00
parent e41645e12a
commit a80018e80c
10 changed files with 136 additions and 214 deletions
+2 -2
View File
@@ -54,7 +54,7 @@ namespace GlitchyEngine
/**
* Gets or Sets the width and height of the window.
*/
public extern Point Size {get; set;}
public extern Int2 Size {get; set;}
/**
* Gets or Sets the width of the window.
*/
@@ -67,7 +67,7 @@ namespace GlitchyEngine
/**
* Gets or Sets the position of the upper-left corner of the client area of the window.
*/
public extern Point Position {get; set;}
public extern Int2 Position {get; set;}
/**
* Gets or Sets the x-coordinate of the upper-left corner of the client area of the window.