Monado OpenXR Runtime
|
Holds binding related functions. More...
#include "oxr_objects.h"
Functions | |
static void | destroy_callback (void *item, void *priv) |
static void | clone_oxr_dpad_entry (uint64_t key, const void *src_data, void *ctx) |
bool | oxr_dpad_state_init (struct oxr_dpad_state *state) |
struct oxr_dpad_entry * | oxr_dpad_state_get (struct oxr_dpad_state *state, uint64_t key) |
struct oxr_dpad_entry * | oxr_dpad_state_get_or_add (struct oxr_dpad_state *state, uint64_t key) |
void | oxr_dpad_state_deinit (struct oxr_dpad_state *state) |
bool | oxr_dpad_state_clone (struct oxr_dpad_state *dst_dpad_state, const struct oxr_dpad_state *src_dpad_state) |
Holds binding related functions.