Kode / Kinc

Modern low level game library and hardware abstraction.
http://kinc.tech
zlib License
515 stars 119 forks source link

Amazon FireTV Remote Input #59

Closed sh-dave closed 1 year ago

sh-dave commented 8 years ago

I'm adding support for the FireTv remote (gamepad support will probably come later, don't have acess to one yet) and have a question.

The remote (and some variants of the amazon gamepad) feature 'MENU', REWIND', 'PLAY / PAUSE', 'FAST FORWARD' buttons. As my usecase is to treat them like a gamepad, should i only forward them to kha.Input.GamePad.button or create new special keys in kha.input.Key as well (kha.input.Key.REWIND, ...) while i'm on it?

RobDangerous commented 8 years ago

I think special keys for that would indeed make sense.

RobDangerous commented 1 year ago

Hmmm, I suppose the issue died of old age.