MCPcopy Create free account
hub / github.com/WilliamLCobb/iNDS / gotInputRequest

Function gotInputRequest

desmume/src/NDSSystem.cpp:2880–2885  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2878}
2879
2880static inline void gotInputRequest()
2881{
2882 // nobody should set the raw input while we're processing the input.
2883 // it might not screw anything up but it would be completely useless.
2884 //assert(!validToProcessInput); //Crashes when speeding up game -Will
2885}
2886
2887void NDS_setPad(bool R,bool L,bool D,bool U,bool T,bool S,bool B,bool A,bool Y,bool X,bool W,bool E,bool G, bool F)
2888{

Callers 4

NDS_setPadFunction · 0.85
NDS_setTouchPosFunction · 0.85
NDS_releaseTouchFunction · 0.85
NDS_setMicFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected