C SDK
|
Data Structures | |
struct | PleyResolution |
struct | PleyPerformanceKit |
Typedefs | |
typedef struct PleyResolution | PleyResolution |
typedef void(* | PleyPFKViewportSizeChangedCB) (PleyResolution resolution, void *callback_data) |
typedef void(* | PleyPFKFullscreenChangedCB) (bool fullscreen, void *callback_data) |
typedef struct PleyPerformanceKit | PleyPerformanceKit |
struct PleyPerformanceKit |
Data Fields | |
PleyResult(* | get_viewport_size )(PleyResolution *resolution) |
PleyResult(* | get_common_resolutions )(const PleyResolution **resolutions, int32_t *resolutions_len) |
PleyResult(* | set_on_viewport_size_changed )(PleyPFKViewportSizeChangedCB callback, void *callback_data) |
PleyResult(* | set_aspect_ratio )(float aspect_ratio) |
PleyResult(* | set_game_resolution )(const PleyResolution *resolution, bool match_common, bool cap_to_screen) |
PleyResult(* | get_game_resolution )(PleyResolution *resolution) |
PleyResult(* | get_is_fullscreen )(bool *is_fullscreen) |
PleyResult(* | set_on_fullscreen_changed )(PleyPFKFullscreenChangedCB callback, void *callback_data) |
PleyResult(* | set_fullscreen )(bool value) |
PleyResult(* PleyPerformanceKit::get_common_resolutions) (const PleyResolution **resolutions, int32_t *resolutions_len) |
PleyResult(* PleyPerformanceKit::get_game_resolution) (PleyResolution *resolution) |
PleyResult(* PleyPerformanceKit::get_is_fullscreen) (bool *is_fullscreen) |
PleyResult(* PleyPerformanceKit::get_viewport_size) (PleyResolution *resolution) |
PleyResult(* PleyPerformanceKit::set_aspect_ratio) (float aspect_ratio) |
PleyResult(* PleyPerformanceKit::set_fullscreen) (bool value) |
PleyResult(* PleyPerformanceKit::set_game_resolution) (const PleyResolution *resolution, bool match_common, bool cap_to_screen) |
PleyResult(* PleyPerformanceKit::set_on_fullscreen_changed) (PleyPFKFullscreenChangedCB callback, void *callback_data) |
PleyResult(* PleyPerformanceKit::set_on_viewport_size_changed) (PleyPFKViewportSizeChangedCB callback, void *callback_data) |
typedef struct PleyPerformanceKit PleyPerformanceKit |
typedef void(* PleyPFKFullscreenChangedCB) (bool fullscreen, void *callback_data) |
typedef void(* PleyPFKViewportSizeChangedCB) (PleyResolution resolution, void *callback_data) |
typedef struct PleyResolution PleyResolution |