New pages
- 12:58, 25 March 2025 love.touch.getTouches (Italiano) (hist) [1,239 bytes] Brugnara (talk | contribs) (Created page with "{{newin|0.10.0|100|type=function}} Restituisce una lista di tutti i tap in essere. == Funzione == === Sintesi === <source lang="lua"> touches = love.touch.getTouches( ) <...")
- 12:52, 25 March 2025 love.touch.getPressure (Italiano) (hist) [1,030 bytes] Brugnara (talk | contribs) (Created page with "{{newin|0.10.0|100|type=function}} Restituisce la pressione di un tap specifico. == Funzione == === Sintesi === <source lang="lua"> pressure = love.touch.getPressure( id...")
- 12:49, 25 March 2025 love.touch.getPosition (Italiano) (hist) [1,530 bytes] Brugnara (talk | contribs) (Created page with "{{newin (Italiano)|0.10.0|100|type=function}} Restituisce la posizione di uno specifico tap, in pixel. == Funzione == === Sintesi === <source lang="lua"> x, y = love.touc...")
- 12:42, 25 March 2025 love.wheelmoved (Italiano) (hist) [1,656 bytes] Brugnara (talk | contribs) (Created page with "{{newin|0.10.0|100|type=function}} Funzione callback chiamata quando si agisce sulla rotella di scroll. == Funzione == === Sintesi === <source lang="lua"> love.wheelmoved(...")
- 12:36, 25 March 2025 love.mousemoved (Italiano) (hist) [2,006 bytes] Brugnara (talk | contribs) (Created page with "{{newin|0.9.2|092||type=function}} Funzione callback chiamata quando il mouse si muove. == Funzione == === Sintesi === <source lang="lua"> love.mousemoved( x, y, dx, dy, i...")
- 12:26, 25 March 2025 love.mousereleased (Italiano) (hist) [1,970 bytes] Brugnara (talk | contribs) (Created page with "Funzione callback chiamata quando un tasto del mouse viene rilasciato. == Funzione == === Sintesi === <source lang="lua"> love.mousereleased( x, y, button, istouch, presses )...")
- 12:18, 25 March 2025 love.mousepressed (Italiano) (hist) [2,284 bytes] Brugnara (talk | contribs) (Created page with "Funzione callback chiamata quando un tasto del mouse è premuto. == Funzioe == === Sintesi === <source lang="lua"> love.mousepressed( x, y, button, istouch, presses ) </source...")
- 11:03, 25 March 2025 love.mouse.setY (Italiano) (hist) [595 bytes] Brugnara (talk | contribs) (Created page with "{{newin|0.9.0|090|type=function}} Imposta la posizione Y del mouse. Valori non interi sono arrotondati. == Funzione == === Sintesi === <source lang="lua"> love.mouse.setY(...")
- 11:02, 25 March 2025 love.mouse.setX (Italiano) (hist) [608 bytes] Brugnara (talk | contribs) (Created page with "{{newin|0.9.0|090|type=function}} Imposta la posizione X del mouse. Valori non interi saranno arrotondati. == Funzione == === Sintesi === <source lang="lua"> love.mouse.se...")
- 11:00, 25 March 2025 love.mouse.setVisible (Italiano) (hist) [810 bytes] Brugnara (talk | contribs) (Created page with "Imposta la visibilità del cursore. == Funzione == === Sintesi === <source lang="lua"> love.mouse.setVisible( visible ) </source> === Parametri === {{param|boolean (Italiano)|...")
- 10:58, 25 March 2025 love.mouse.setRelativeMode (Italiano) (hist) [1,128 bytes] Brugnara (talk | contribs) (Created page with "{{newin|0.9.2|092|type=function}} Imposta la modalità relativa per il mouse. Quando la modalità relativa è attiva, il cursore è nascosto e non si muove quando si muov...")
- 10:53, 25 March 2025 love.mouse.setPosition (Italiano) (hist) [968 bytes] Brugnara (talk | contribs) (Created page with "Imposta la posizione del mouse. Eventuali valori non interi saranno arrotondati. == Funzione == === Sintesi === <source lang="lua"> love.mouse.setPosition( x, y ) </source> ==...")
- 10:50, 25 March 2025 love.mouse.setGrabbed (Italiano) (hist) [1,044 bytes] Brugnara (talk | contribs) (Created page with "{{newin|0.9.0|090|type=function|text=It has been renamed from love.mouse.setGrab}} "Cattura" il mouse e lo vincola all'interno della finestra corrente. == Funzione ==...")
- 10:46, 25 March 2025 love.mouse.setGrab (Italiano) (hist) [1,107 bytes] Brugnara (talk | contribs) (Created page with "{{oldin|0.9.0|090|type=function|text=Rinominata in love.mouse.setGrabbed}} "Cattura" il mouse e ne limita gli spostamenti all'interno...")
- 10:42, 25 March 2025 love.mouse.setCursor (Italiano) (hist) [1,330 bytes] Brugnara (talk | contribs) (Created page with "{{newin|0.9.0|090|type=function}} Imposta il cursore del mouse. == Funzione == === Sintesi === <source lang="lua"> love.mouse.setCursor( cursor ) </source> === Parametri...")
- 10:20, 25 March 2025 MouseConstant (Italiano) (hist) [611 bytes] Brugnara (talk | contribs) (Created page with "{{oldin|0.10.0|100|type=enum|text=Le costanti dei tasti mouse sono state sostituite da indici numerici}} Tasti mouse. == Costanti == ;l: Tasto sinistro. ;m: Tasto central...")
- 10:17, 25 March 2025 CursorType (Italiano) (hist) [1,426 bytes] Brugnara (talk | contribs) (Created page with "{{newin|0.9.0|090|type=enum}} Tipi di cursori hardware. {{notice|Non tutti i tipi di cursore sono disponibili in tutti i sistemi operativi. Se usi un tipo non supportato,...")
- 10:03, 25 March 2025 love.mouse.newCursor (Italiano) (hist) [2,826 bytes] Brugnara (talk | contribs) (Created page with "{{newin|0.9.0|090|type=function}} Crea un nuovo oggetto Cursor da un file immagine o da un ImageData. I cursori hardware so...")
- 09:43, 25 March 2025 love.mouse.isVisible (Italiano) (hist) [899 bytes] Brugnara (talk | contribs) (Created page with "Ci dice se il cursore del mouse è visibile. == Funzione == === Sintesi === <source lang="lua"> visible = love.mouse.isVisible( ) </source> === Parametri === Nessuno. === Cosa...")
- 09:40, 25 March 2025 love.mouse.isGrabbed (Italiano) (hist) [968 bytes] Brugnara (talk | contribs) (Created page with "Ci dice se il cursore del mouse è "catturato". == Funzione == === Sintesi === <source lang="lua"> grabbed = love.mouse.isGrabbed( ) </source> === Parametri === Nessuno. === C...")
- 09:24, 25 March 2025 love.mouse.isDown (Italiano) (hist) [2,951 bytes] Brugnara (talk | contribs) (Created page with "Controlla se un determinato tasto del mouse è premuto. Questa funzione non rileva lo scroll con rotella; usa le callback love.wheelmoved (Italiano) (oppure love.mousep...")
- 09:09, 25 March 2025 love.mouse.isCursorSupported (Italiano) (hist) [814 bytes] Brugnara (talk | contribs) (Created page with "{{newin|11.0|110|type=function|text=Rinominata da love.mouse.hasCursor (Italiano)}} Ci dice che la funzionalità del cursore è supportata. Se la funzionalità non è...")
- 09:07, 25 March 2025 love.mouse.hasCursor (Italiano) (hist) [916 bytes] Brugnara (talk | contribs) (Created page with "{{newin|0.10.0|100|type=function}} {{deprecatedin|11.0|110|type=function|text=Questa funzione è stata rinominata in love.mouse.isCursorSupported (Italiano)}} Ci d...")
- 09:02, 25 March 2025 love.mouse.getY (Italiano) (hist) [788 bytes] Brugnara (talk | contribs) (Created page with "Ritorna la posizione y attuale del mouse. == Funzione == === Sintesi === <source lang="lua"> y = love.mouse.getY( ) </source> === Parametri === Nessuno. === Cosa ritorna === {...")
- 09:00, 25 March 2025 love.mouse.getX (Italiano) (hist) [778 bytes] Brugnara (talk | contribs) (Created page with "Ritorna la posizione x attuale del mouse. == Funzione == === Sintesi === <source lang="lua"> x = love.mouse.getX( ) </source> === Parametri === Nessuno. === Cosa ritorna === {...")
- 08:20, 25 March 2025 love.mouse.getSystemCursor (Italiano) (hist) [1,495 bytes] Brugnara (talk | contribs) (Created page with "{{newin|0.9.0|090|type=function}} Restituisce un oggetto Cursor (Italiano) rappresentante il cursore hardware del mouse. I cursori hardware sono indipendenti dal fram...")
- 07:49, 25 March 2025 love.mouse.getRelativeMode (Italiano) (hist) [1,109 bytes] Brugnara (talk | contribs) (Created page with "{{newin|0.9.2|092|type=function}} Ci dice se la modalità relativa è abilitata per il mouse. Se la modalità relativa è attiva, il cursore è nascosto e non segue il mo...")
- 07:40, 25 March 2025 Cursor (Italiano) (hist) [1,141 bytes] Brugnara (talk | contribs) (Created page with "{{newin|0.9.0|090|type=type}} Rappresenta il cursorse del mouse. == Costruttori == {{#ask: Category:Functions (Italiano) Constructs::Cursor | headers=hide | defaul...")
- 07:14, 25 March 2025 love.mouse.getPosition (Italiano) (hist) [1,151 bytes] Brugnara (talk | contribs) (Created page with "Ritorna la posizione corrente del mouse. == Funzione == === Sintesi === <source lang="lua"> x, y = love.mouse.getPosition( ) </source> === Parametri === Nessuno. === Cosa rito...")
- 14:01, 24 March 2025 love.mouse.getCursor (Italiano) (hist) [583 bytes] Brugnara (talk | contribs) (I'm eager to help. I am proposing this as a first and random page as a translation. Please consider guiding me if something is missing or I did it wrong: I'm open to learn, thanks.)
- 07:10, 18 March 2025 utf8 (简体中文) (hist) [2,077 bytes] Moncak (talk | contribs) (Created page with "{{newin|0.9.2|092|type=module}} 这个库提供了对于UTF-8字符串处理的基本支持。 所有提供的函数都在 <code>require("utf8")</code>返回表中。这...")
- 06:24, 18 March 2025 LÖVE Game File (简体中文) (hist) [616 bytes] Moncak (talk | contribs) (Created page with "'''LÖVE游戏文件''',或者'''.love 文件'''是为LÖVE引擎打包的游戏。 文件格式与Zip相同,除了后缀名是".love"而不是".zip"。 LÖVE游戏文...")
- 04:50, 26 February 2025 Spookyard (hist) [544 bytes] Lexloki (talk | contribs) (Created page with "Spookyard is a local 2D multiplayer computer game that has different and competitive dynamics for each arena, offering game modes that can vary within the topdown and sidescro...")
- 13:20, 21 February 2025 love.window.setMode (Português) (hist) [6,622 bytes] Deri lulzz (talk | contribs) (Created page with "{{newin (Português)|0.9.0|090|type=function|text=Saiu de love.graphics.setMode (Português)}} Define o modo de exibição e propriedades da janela. Se a largura ou...")
- 06:42, 21 February 2025 love.window.setTitle (Português) (hist) [690 bytes] Deri lulzz (talk | contribs) (Created page with "{{newin (Português)|0.9.0|090|type=module|text=Este módulo não é suportado em versões anteriores}} Define o titulo da janela. {{notice|Mudar constantemente o titulo...")
- 06:34, 21 February 2025 love.window (Português) (hist) [987 bytes] Deri lulzz (talk | contribs) (Created page with "{{newin (Português)|0.9.0|090|type=module|text=Este módulo não é suportado em versões anteriores}} Da uma interface para ou modificar ou pegar informações sobre a...")
- 07:30, 16 January 2025 FileDialogType (hist) [435 bytes] Auahdark (talk | contribs) (Created page with "{{newin|12.0|120|type=enum}} Possible types of file dialogs. == Constants == ;openfile: Retrieve one or more files to be opened for reading. ;openfolder: Retrieve a folde...")
- 07:27, 16 January 2025 love.filesystem.openNativeFile (hist) [1,011 bytes] Auahdark (talk | contribs) (Created page with "{{newin|12.0|120}} Opens a new File object outside of love.filesystem paths. {{notice|This documents a function for a future version of LÖVE and may be changed...")
- 07:20, 16 January 2025 love.window.showFileDialog (hist) [1,893 bytes] Auahdark (talk | contribs) (Created page with "{{newin|12.0|120|type=function}} Open system file dialog capable of picking files and folder. {{notice|This documents a function for a future version of LÖVE and may be...")