mirror of
https://github.com/AxioDL/boo.git
synced 2025-12-17 17:05:24 +00:00
Add ibeam cursor for Xlib
This commit is contained in:
@@ -194,7 +194,8 @@ enum class EMouseCursor
|
||||
None = 0,
|
||||
Pointer = 1,
|
||||
HorizontalArrow = 2,
|
||||
VerticalArrow = 3
|
||||
VerticalArrow = 3,
|
||||
IBeam = 4
|
||||
};
|
||||
|
||||
class IWindow
|
||||
|
||||
Reference in New Issue
Block a user