buggins / dlangui

Cross Platform GUI for D programming language
Boost Software License 1.0
815 stars 121 forks source link

Possibility to override cursor type for entire window. #548

Closed and3md closed 6 years ago

and3md commented 6 years ago

Possibility to override cursor type for entire window by setting Window.overrideCursorType. For example:

Window.overrideCursorType = CursorType.Wait

Remove overriding:

Window.overrideCursorType = CursorType.NotSet

To not add extra value I changed CursorType.Parent to CursorType.NotSet.