libretro-mirrors / libretro-arb

For proposed improvements to libretro API.
8 stars 2 forks source link

Add more sensors to the sensor input interface #30

Open andres-asm opened 8 years ago

andres-asm commented 8 years ago

I checked android, wii + wiimotion plus, the DS3 and playstation move, I think to be able to map those in the future we need:

sergiobenrocha2 commented 8 years ago

Is it possible to add infrared sensor to this list? Many smartphones nowadays are coming with it, so in the future you could use it with game boy color games, as well with pokemon mini (well, PokeMini emu does not have support for it yet).

We have also others devices with IR, like Nintendo 3DS and Odroid C1.

Happy new year ;)

anyputer commented 6 years ago

Doesn't 3DS have gyroscope support? Also happy new year coincidentally :P

DieKatzchen commented 5 years ago

The light sensor is also used by the gba Boktai games. As well as some gb(c) games. So is the gyro and accelerometer. mGBA is basically waiting on these for full emulation.

I'd also like to request a way to send ascii or binary data to the core, for barcode games and the e-reader.

rzumer commented 5 years ago

FYI, some monitors have light sensors now, and at least Windows has an API for it, so it is accessible to more platforms.

endrift commented 2 years ago

Regarding light sensing on the 3DS: only the New 3DS has light sensing, and there's no homebrew API for it at the moment. I believe it's done by the qtm sysmodule but I haven't confirmed this yet.