mirror of
				https://github.com/Reuh/ubiquitousse.git
				synced 2025-10-27 17:19:31 +00:00 
			
		
		
		
	Added uqt.input for ctrulua and other stuff
This commit is contained in:
		
							parent
							
								
									42738cc7c9
								
							
						
					
					
						commit
						c0db856b82
					
				
					 7 changed files with 430 additions and 81 deletions
				
			
		|  | @ -5,7 +5,8 @@ local scene = require((...):match("^(.-ubiquitousse)%.")..".scene") | |||
| 
 | ||||
| --- The events: callback functions that will be called when something interesting occurs. | ||||
| -- Theses are expected to be redefined in the game. | ||||
| -- For backend writers: if they already contain code, then this code has to be called on each call. | ||||
| -- For backend writers: if they already contain code, then this code has to be called on each call, even | ||||
| -- if the user manually redefines them. | ||||
| -- @usage -- in the game's code | ||||
| -- ubiquitousse.event.draw = function() | ||||
| --   ubiquitousse.draw.text(5, 5, "Hello world") | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Reuh
						Reuh