Difference between revisions of "CControls::isKeyPressed"

From King Arthur's Gold Wiki
Jump to: navigation, search
(Created page with "<onlyinclude> </onlyinclude> <syntaxhighlight lang="cpp"> bool KeyPressed( s32 keycode ) </syntaxhighlight> Object method of: CControls Category:Scripting [[...")
 
Line 1: Line 1:
 
<onlyinclude>
 
<onlyinclude>
+
 
 
</onlyinclude>
 
</onlyinclude>
+
 
 
<syntaxhighlight lang="cpp">
 
<syntaxhighlight lang="cpp">
+
bool isKeyPressed( s32 keycode )
bool KeyPressed( 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 17:58, 29 September 2012



bool isKeyPressed( s32 keycode )

Object method of: CControls