switchbrew / libnx

Library for Switch Homebrew

Home Page:https://switchbrew.github.io/libnx/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hidScanInput() was not declared in this scope

EimaMei opened this issue · comments

I am not sure if the function was removed or I need to initialize something, but it keeps outputting the same error

Does the pad have touchscreen support also? If so, how can I use it

Oh okay, I’ll try the example to see if it’ll work when I get back home

It works perfectly, thanks!

sorry for bringing up an old issue, but is there any equivalent replacement for hidKeysHeld() ?

EDIT: found it, turns out I didn't read carefully enough. it's padGetButtons(). was thrown off by the removal of the word 'Held'.