Home
last modified time | relevance | path

Searched refs:SetButtonPressCount (Results 1 – 3 of 3) sorted by relevance

/dports/lang/nbc/doc/
H A DChangelog962 SetButtonPressCount(b, n)
1146 SetButtonPressCount(b, n)
/dports/lang/nbc/NXT/
H A DNXCDefs.h8127 inline void SetButtonPressCount(const byte btn, const byte n);
8174 #define SetButtonPressCount(_b, _n) asm { __setButtonPressCount(_b, _n) } macro
H A DNXTDefs.h13269 #define SetButtonPressCount(_b, _n) __setButtonPressCount(_b, _n) macro