RetroArch
Instance Methods | Properties | List of all members
<ApplePlatform> Protocol Reference

#import <cocoa_common_metal.h>

Inheritance diagram for <ApplePlatform>:
[legend]

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
 

Method Documentation

◆ setCursorVisible:()

- (void) setCursorVisible: (bool v

setCursorVisible specifies whether the cursor is visible

Reimplemented in RetroArch_OSX.

◆ setDisableDisplaySleep:()

- (bool) setDisableDisplaySleep: (bool disable

controls whether the screen saver should be disabled and the displays should not sleep.

Reimplemented in RetroArch_OSX.

◆ setVideoMode:()

- (void) setVideoMode: (gfx_ctx_mode_t mode

setVideoMode adjusts the video display to the specified mode

Reimplemented in RetroArch_OSX.

Property Documentation

◆ hasFocus

- (bool) hasFocus
readatomicassign

isActive returns true if the application has focus

◆ renderView

- (id) renderView
readatomicassign

renderView returns the current render view based on the viewType

◆ viewType

- (apple_view_type_t) viewType
readwriteatomicassign

The documentation for this protocol was generated from the following file: