Difference between revisions of "CControls::isKeyPressed"
From King Arthur's Gold Wiki
(Created page with "<onlyinclude> </onlyinclude> <syntaxhighlight lang="cpp"> bool KeyPressed( s32 keycode ) </syntaxhighlight> Object method of: CControls Category:Scripting [[...") |
Shadlington (Talk | contribs) |
||
Line 1: | Line 1: | ||
<onlyinclude> | <onlyinclude> | ||
− | + | ||
</onlyinclude> | </onlyinclude> | ||
− | + | ||
<syntaxhighlight lang="cpp"> | <syntaxhighlight lang="cpp"> | ||
− | + | bool isKeyPressed( s32 keycode ) | |
− | + | ||
− | + | ||
</syntaxhighlight> | </syntaxhighlight> | ||
Object method of: [[CControls]] | Object method of: [[CControls]] | ||
[[Category:Scripting]] | [[Category:Scripting]] | ||
− | |||
[[Category:Object Methods]] | [[Category:Object Methods]] |
Revision as of 16:58, 29 September 2012
bool isKeyPressed( s32 keycode )
Object method of: CControls