cog icon indicating copy to clipboard operation
cog copied to clipboard

Add gamepad implementation.

Open ceyusa opened this issue 2 years ago • 5 comments

The current implementation is based on libmanette. If libmanette is available a noop implementation is used.

Depends on https://github.com/WebPlatformForEmbedded/libwpe/pull/88

ceyusa avatar Sep 23 '21 10:09 ceyusa

rebased and implemented method to get the view backend

ceyusa avatar Feb 10 '22 12:02 ceyusa

sync'ed with latest review of libwpe

ceyusa avatar Apr 19 '22 15:04 ceyusa

Downgraded libmanette version to 0.2.4 because is the one used in WebKit SDK, sadly the CI can install 0.2.3, which I cannot test locally easily.

ceyusa avatar Apr 26 '22 11:04 ceyusa

Hi @aperezdc and @ceyusa ,

I happened to stumble upon this PR and think that the issues have been addressed or mostly, but it's still pending, so decided to nudge because it looks as if this crept through a crevice but it's basically ready to merge. Sorry if I'm adding noise.

manuelafm avatar Jun 29 '22 00:06 manuelafm

Changes:

  • Meson support
  • Support aarch64, where the memory addresses are bigger than the unsigned int store size.

See demo in https://www.youtube.com/watch?v=iXh7GMR6pH8

ceyusa avatar Jul 14 '22 17:07 ceyusa