SetGamepadMappings method

int SetGamepadMappings(
  1. Pointer<Char> mappings
)

Implementation

int SetGamepadMappings(Pointer<Char> mappings) {
  return _SetGamepadMappings(mappings);
}