mirror of
https://github.com/cc65/cc65.git
synced 2025-02-05 20:31:53 +00:00
add note on fastcall
This commit is contained in:
parent
960957075f
commit
3c3558892e
@ -2181,7 +2181,8 @@ only cursor-related keys), KBDREPEAT_NONE (no repeat for any keys) and
|
||||
KBDREPEAT_ALL (repeat all keys).
|
||||
The old mode is returned so it can be restored later.
|
||||
<tag/Notes/<itemize>
|
||||
<item>
|
||||
<item>The function is available only as a fastcall function; so, it may be used
|
||||
only in the presence of a prototype.
|
||||
</itemize>
|
||||
<tag/Availability/cc65
|
||||
<tag/See also/
|
||||
@ -2202,7 +2203,8 @@ The old mode is returned so it can be restored later.
|
||||
repeated automatically.
|
||||
The old value is returned so it can be restored later.
|
||||
<tag/Notes/<itemize>
|
||||
<item>
|
||||
<item>The function is available only as a fastcall function; so, it may be used
|
||||
only in the presence of a prototype.
|
||||
</itemize>
|
||||
<tag/Availability/cc65
|
||||
<tag/See also/
|
||||
@ -2223,7 +2225,8 @@ The old value is returned so it can be restored later.
|
||||
repeated keypresses).
|
||||
The old value is returned so it can be restored later.
|
||||
<tag/Notes/<itemize>
|
||||
<item>
|
||||
<item>The function is available only as a fastcall function; so, it may be used
|
||||
only in the presence of a prototype.
|
||||
</itemize>
|
||||
<tag/Availability/cc65
|
||||
<tag/See also/
|
||||
|
Loading…
x
Reference in New Issue
Block a user