mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-30 06:32:42 +00:00
Don't show system cursor on OS X in the first mouseEntered
This commit is contained in:
parent
b4588d34f4
commit
915fac0d23
@ -91,7 +91,8 @@ bool is_key_pressed(KeyScancode scancode)
|
||||
|
||||
- (id)initWithFrame:(NSRect)frameRect
|
||||
{
|
||||
m_nsCursor = [NSCursor arrowCursor];
|
||||
// We start without the system mouse cursor
|
||||
m_nsCursor = nil;
|
||||
m_visibleMouse = true;
|
||||
m_pointerType = she::PointerType::Unknown;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user