Merge branch '#60'
This commit is contained in:
		@@ -16,6 +16,9 @@
 | 
			
		||||
# The password will be asked during the build when you use the 'release' target.
 | 
			
		||||
 | 
			
		||||
key.store=my-release-key.keystore
 | 
			
		||||
key.store.password = 123456
 | 
			
		||||
key.alias=alias_name
 | 
			
		||||
key.alias.password = 123456
 | 
			
		||||
 | 
			
		||||
java.source=8
 | 
			
		||||
java.target=8
 | 
			
		||||
 
 | 
			
		||||
@@ -977,8 +977,8 @@ void resumeRunMode()
 | 
			
		||||
 | 
			
		||||
static void showSoftKeyboard()
 | 
			
		||||
{
 | 
			
		||||
	if(SDL_HasScreenKeyboardSupport())
 | 
			
		||||
	if(studio.mode == TIC_CONSOLE_MODE || studio.mode == TIC_CODE_MODE)
 | 
			
		||||
		if(!SDL_IsTextInputActive())
 | 
			
		||||
			SDL_StartTextInput();
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user