core: hid: Finish linking motion from virtual controllers
This commit is contained in:
parent
d015b0db93
commit
5c1310dc5d
5 changed files with 57 additions and 9 deletions
|
@ -117,11 +117,13 @@ open class EmulationActivity : AppCompatActivity() {
|
|||
override fun onResume() {
|
||||
super.onResume()
|
||||
nfcReader.startScanning()
|
||||
startMotionSensorListener()
|
||||
}
|
||||
|
||||
override fun onPause() {
|
||||
super.onPause()
|
||||
nfcReader.stopScanning()
|
||||
stopMotionSensorListener()
|
||||
}
|
||||
|
||||
override fun onNewIntent(intent: Intent) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue