switchbrew / libnx

Library for Switch Homebrew

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Question: Home button

XITRIX opened this issue · comments

Hi there!

I'm interesting, is it possible to handle home button pressing inside of app?
I know that it's possible to prevent app from closing by using appletBeginBlockingHomeButton(0), but is it possible to handle home button as any other button?

Result hidsysAcquireHomeButtonEventHandle(Event* out_event, bool autoclear);

commented

Seizing control of the HOME button isn't something regular .nro homebrew (as opposed to custom sysmodules/etc) should be doing, as it breaks the API contract Horizon enforces for regular apps.