Virtual Method

WPEPlatformDisplaycreate_gamepad_manager

Declaration [src]

WPEGamepadManager*
create_gamepad_manager (
  WPEDisplay* display
)

Description [src]

Create a WPEGamepadManager to handle gamepads.

Return value

Type: WPEGamepadManager

A new WPEGamepadManager or NULL if not supported.

The caller of the function takes ownership of the data, and is responsible for freeing it.
The return value can be NULL.