mirror of
https://github.com/glfw/glfw.git
synced 2026-09-18 22:55:46 +00:00
+1
-1
@@ -427,7 +427,7 @@ static int translateKey(unsigned int key)
|
||||
{
|
||||
if (_glfw.ns.cursor == nil)
|
||||
{
|
||||
NSImage* data = [[NSImage alloc] initWithSize:NSMakeSize(1, 1)];
|
||||
NSImage* data = [[NSImage alloc] initWithSize:NSMakeSize(16, 16)];
|
||||
_glfw.ns.cursor = [[NSCursor alloc] initWithImage:data
|
||||
hotSpot:NSZeroPoint];
|
||||
[data release];
|
||||
|
||||
Reference in New Issue
Block a user