OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nscursor
(Results
1 - 4
of
4
) sorted by null
/external/qemu/distrib/sdl-1.2.15/src/video/quartz/
SDL_QuartzWM.h
24
NSCursor
*
nscursor
;
member in struct:WMcursor
SDL_QuartzWM.m
31
[ cursor->
nscursor
release ];
77
cursor->
nscursor
= [ [
NSCursor
alloc ] initWithImage: img hotSpot: NSMakePoint(hot_x, hot_y) ];
78
if (cursor->
nscursor
== nil) goto outOfMemory;
100
[
NSCursor
unhide ];
102
[
NSCursor
hide ];
134
[ cursor->
nscursor
performSelectorOnMainThread:@selector(set) withObject:nil waitUntilDone:NO ];
SDL_QuartzWindow.m
226
[self addCursorRect: [self visibleRect] cursor: sdlc->wm_cursor->
nscursor
];
SDL_QuartzEvents.m
[
all
...]
Completed in 419 milliseconds