mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-05 21:01:52 +00:00
Add more cursors
This commit is contained in:
@@ -25,7 +25,7 @@ abstract class UltralightWindow
|
||||
{
|
||||
WindowDescription windowDesc = .Default;
|
||||
windowDesc.Title = title;
|
||||
windowDesc.WindowStyle = .Borderless;
|
||||
windowDesc.WindowStyle = .CustomTitle;
|
||||
|
||||
_window = new Window(windowDesc);
|
||||
_window.EventCallback = new => EventHandler;
|
||||
@@ -327,11 +327,9 @@ abstract class UltralightWindow
|
||||
cursor = .ResizeNorthWestSouthEast;
|
||||
|
||||
case .kCursor_ColumnResize:
|
||||
// TODO use cursor file
|
||||
cursor = .ResizeColumn;
|
||||
|
||||
case .kCursor_RowResize:
|
||||
// TODO use cursor file
|
||||
cursor = .ResizeRow;
|
||||
|
||||
case .kCursor_MiddlePanning:
|
||||
|
||||
Reference in New Issue
Block a user