mirror of
https://github.com/AxioDL/boo.git
synced 2025-12-14 07:36:26 +00:00
Add ibeam cursor for Xlib
This commit is contained in:
@@ -501,6 +501,8 @@ class WindowXlib : public IWindow
|
||||
return X_CURSORS.m_hArrow;
|
||||
case EMouseCursor::VerticalArrow:
|
||||
return X_CURSORS.m_vArrow;
|
||||
case EMouseCursor::IBeam:
|
||||
return X_CURSORS.m_ibeam;
|
||||
default: break;
|
||||
}
|
||||
return X_CURSORS.m_pointer;
|
||||
|
||||
Reference in New Issue
Block a user