This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
prpl:getkey [2016/12/21 19:44] – Oblivion | prpl:getkey [2025/02/14 14:57] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | <- [[.: | + | <- [[.: |
- | ===== | + | ===== |
^Arguments^Result^Notation^ | ^Arguments^Result^Notation^ | ||
Line 8: | Line 8: | ||
=== Description === | === Description === | ||
- | Checks to see if a specific key has been held down. | + | Checks to see if a specific key has been held down. [[.: |
=== Examples === | === Examples === | ||
Line 15: | Line 15: | ||
stack.Push(new Data(0)); | stack.Push(new Data(0)); | ||
- | if (GetKey(" | + | if (GetKey(" |
- | | + | |
endif | endif | ||
</ | </ | ||