Difference between revisions of "love.keyboard (Română)"

(Created page with "Oferă o interfață către tastatura utilizatorului. == Funcții == {{#ask: Category:Functions parent::love.keyboard Concept:Current | headers=hide | format=temp...")
 
m (Fixed parent)
 
Line 24: Line 24:
 
}}
 
}}
 
== Uită-te și la ==
 
== Uită-te și la ==
* [[parent::love]]
+
* [[parent::love (Română)]]
 
* [[love.keypressed]]
 
* [[love.keypressed]]
 
* [[love.keyreleased]]
 
* [[love.keyreleased]]

Latest revision as of 13:39, 15 July 2017

Oferă o interfață către tastatura utilizatorului.

Funcții

love.keyboard.getKeyFromScancode Gets the key corresponding to the given hardware scancode. Added since 0.9.2
love.keyboard.getKeyRepeat Returns the delay and interval of key repeating. Removed in 0.9.0
love.keyboard.getScancodeFromKey Gets the hardware scancode corresponding to the given key. Added since 0.9.2
love.keyboard.hasKeyRepeat Gets whether key repeat is enabled. Added since 0.9.0
love.keyboard.hasScreenKeyboard Gets whether screen keyboard is supported. Added since 0.10.0
love.keyboard.hasTextInput Gets whether text input events are enabled. Added since 0.9.0
love.keyboard.isDown Checks whether a certain key is down.
love.keyboard.isScancodeDown Checks whether the specified Scancodes are pressed. Added since 0.10.0
love.keyboard.setKeyRepeat Enables or disables key repeat for love.keypressed.
love.keyboard.setTextInput Enables or disables text input events. Added since 0.9.0

Enumerații

KeyConstant All the keys you can press.
Scancode Keyboard scancodes. Added since 0.9.2

Uită-te și la


Alte limbi