Difference between revisions of "love (Français)"
m |
m |
||
Line 11: | Line 11: | ||
| ?Description | | ?Description | ||
}} | }} | ||
− | == | + | == Fonctions de Rappel == |
− | {{#ask: [[Category:Callbacks]] [[parent::love (Français)]] | + | {{#ask: [[Category:Callbacks]] [[parent::love (Français)]] OR [[parent::love]] |
| headers=hide | | headers=hide | ||
| ?Description | | ?Description |
Revision as of 17:50, 5 January 2011
C'est le module racine qui contient tous les autres modules. Le plus löve des modules...
Modules
Types
Fonctions de Rappel
Config Files | Game configuration settings. |
Data | The superclass of all data. |
Object | The superclass of all LÖVE types. |
Variant | The types supported by love.thread and love.event. |
love.audio | Provides of audio interface for playback/recording sound. |
love.audiodisconnected | Called when the active audio device is disconnected. |
love.data | Provides functionality for creating and transforming data. |
love.directorydropped | Callback function triggered when a directory is dragged and dropped onto the window. |
love.displayrotated | Called when the device display orientation changed. |
love.draw | Callback function used to draw on the screen every frame. |
love.errhand | The error handler, used to display error messages. |
love.errorhandler | The error handler, used to display error messages. |
love.event | Manages events, like keypresses. |
love.filedropped | Callback function triggered when a file is dragged and dropped onto the window. |
love.filesystem | Provides an interface to the user's filesystem. |
love.focus | Callback function triggered when window receives or loses focus. |
love.font | Allows you to work with fonts. |
love.gamepadaxis | Called when a Joystick's virtual gamepad axis is moved. |
love.gamepadpressed | Called when a Joystick's virtual gamepad button is pressed. |
love.gamepadreleased | Called when a Joystick's virtual gamepad button is released. |
love.getVersion | Gets the current running version of LÖVE. |
love.graphics | Drawing of shapes and images, management of screen geometry. |
love.hasDeprecationOutput | Gets whether LÖVE displays warnings when using deprecated functionality. |
love.image | Provides an interface to decode encoded image data. |
love.isVersionCompatible | Gets whether the given version is compatible with the current running version of LÖVE. |
love.joystick | Provides an interface to connected joysticks. |
love.joystickadded | Called when a Joystick is connected. |
love.joystickaxis | Called when a joystick axis moves. |
love.joystickhat | Called when a joystick hat direction changes. |
love.joystickpressed | Called when a joystick button is pressed. |
love.joystickreleased | Called when a joystick button is released. |
love.joystickremoved | Called when a Joystick is disconnected. |
love.joysticksensorupdated | Called when a Joystick's sensor is updated with new values. |
love.keyboard | Provides an interface to the user's keyboard. |
love.keypressed | Callback function triggered when a key is pressed. |
love.keyreleased | Callback function triggered when a keyboard key is released. |
love.load | This function is called exactly once at the beginning of the game. |
love.localechanged | Callback function triggered when the user's system locale preferences have changed. |
love.lowmemory | Callback function triggered when the system is running out of memory on mobile devices. |
love.math | Provides system-independent mathematical functions. |
love.mouse | Provides an interface to the user's mouse. |
love.mousefocus | Callback function triggered when window receives or loses mouse focus. |
love.mousemoved | Callback function triggered when the mouse is moved. |
love.mousepressed | Callback function triggered when a mouse button is pressed. |
love.mousereleased | Callback function triggered when a mouse button is released. |
love.physics | Can simulate 2D rigid body physics in a realistic manner. |
love.quit | Callback function triggered when the game is closed. |
love.releaseerrhand | |
love.resize | Called when the window is resized. |
love.run | The main function, containing the main loop. A sensible default is used when left out. |
... further results |
Autres langues
Dansk –
Deutsch –
English –
Español –
Français –
Indonesia –
Italiano –
Lietuviškai –
Magyar –
Nederlands –
Polski –
Português –
Română –
Slovenský –
Suomi –
Svenska –
Türkçe –
Česky –
Ελληνικά –
Български –
Русский –
Српски –
Українська –
עברית –
ไทย –
日本語 –
正體中文 –
简体中文 –
Tiếng Việt –
한국어
More info