Difference between revisions of "love.keyboard"

(One thing I want to say)
(Undo revision 7675 by Emboriencoumn (talk))
Line 1: Line 1:
Thanks for the points you have shared here. Something else I would like to convey is that laptop memory needs generally rise along with other developments in the know-how. For instance, whenever new generations of processor chips are introduced to the market, there is usually a similar increase in the scale preferences of  [url=http://www.jordan-shoes-outlet.com]cheap jordan shoes[/url] both computer memory as well as hard drive room. This is because the program operated by these processors will inevitably surge in power to make new technology.   
+
Provides an interface to the user's keyboard.
 
+
== Functions ==
One thing I'd like to say is the fact that before purchasing more computer system memory, consider the machine into which it is installed. Should the machine is running Windows XP, for instance, the particular memory limit is 3.25GB. The installation of above this would simply constitute some sort of waste. Be sure that one's mother board can handle the upgrade amount, as well. [url=http://www.jordan-shoes-outlet.com]buy jordan shoes[/url] Great blog post. 
+
{{#ask: [[Category:Functions]] [[parent::love.keyboard]] [[Concept:Current]]
 
+
| headers=hide
I have really learned some new things via your website. One other thing I'd prefer to say is the fact newer laptop or computer os's have a tendency to allow extra memory for use, but they also demand more memory simply to work. If people's computer is unable to handle far more memory as well as the newest program requires that memory space increase, it could be the time to buy a new Personal computer. Thanks 
+
| ?Description
 
+
}}
Great blog post. What I would like to bring about is that personal computer memory has to be purchased when your computer still cannot cope with what you do along with it. One can add two random access memory boards containing 1GB each, for instance, but not certainly one of 1GB and one of 2GB. One should always check the maker's documentation for one's PC to be certain what type of memory space is essential.  
+
== Enums ==
 
+
{{#ask: [[Category:Enums]] [[parent::love.keyboard]] [[Concept:Current]]
Some tips i have observed in terms of personal computer memory is the fact there are requirements such as SDRAM, DDR and so on, that must match the requirements of the motherboard. If the computer's motherboard is reasonably current and there are no main system issues, replacing the storage space literally normally requires under an hour or so. It's among the easiest computer system  [url=http://www.jordan-shoes-outlet.com]jordan basketball shoes[/url] upgrade processes one can picture. Thanks for sharing your ideas.
+
| headers=hide
 +
| ?Description
 +
}}
 +
== See Also ==
 +
* [[parent::love]]
 +
* [[love.keypressed]]
 +
* [[love.keyreleased]]
 +
[[Category:Modules]]
 +
{{#set:Description=Provides an interface to the user's keyboard.}}
 +
{{#set:Since=000}}
 +
== Other Languages ==
 +
{{i18n|love.keyboard}}

Revision as of 15:01, 15 December 2011

Provides an interface to the user's keyboard.

Functions

love.keyboard.getKeyFromScancodeGets the key corresponding to the given hardware scancode.
love.keyboard.getKeyRepeatReturns the delay and interval of key repeating.
love.keyboard.getScancodeFromKeyGets the hardware scancode corresponding to the given key.
love.keyboard.hasKeyRepeatGets whether key repeat is enabled.
love.keyboard.hasScreenKeyboardGets whether screen keyboard is supported.
love.keyboard.hasTextInputGets whether text input events are enabled.
love.keyboard.isDownChecks whether a certain key is down.
love.keyboard.isScancodeDownChecks whether the specified Scancodes are pressed.
love.keyboard.setKeyRepeatEnables or disables key repeat for love.keypressed.
love.keyboard.setTextInputEnables or disables text input events.

Enums

KeyConstantAll the keys you can press.
ScancodeKeyboard scancodes.

See Also


Other Languages