RetroArch
|
#import <cocoa_common_metal.h>
Instance Methods | |
(void) | - setVideoMode: |
setVideoMode adjusts the video display to the specified mode More... | |
(void) | - setCursorVisible: |
setCursorVisible specifies whether the cursor is visible More... | |
(bool) | - setDisableDisplaySleep: |
controls whether the screen saver should be disabled and the displays should not sleep. More... | |
Properties | |
id | renderView |
renderView returns the current render view based on the viewType More... | |
bool | hasFocus |
isActive returns true if the application has focus More... | |
apple_view_type_t | viewType |
setCursorVisible specifies whether the cursor is visible
Reimplemented in RetroArch_OSX.
controls whether the screen saver should be disabled and the displays should not sleep.
Reimplemented in RetroArch_OSX.
- (void) setVideoMode: | (gfx_ctx_mode_t) | mode |
setVideoMode adjusts the video display to the specified mode
Reimplemented in RetroArch_OSX.
|
readatomicassign |
isActive returns true if the application has focus
|
readatomicassign |
renderView returns the current render view based on the viewType
|
readwriteatomicassign |