mirror of
				https://github.com/godotengine/godot.git
				synced 2025-10-31 21:51:22 +00:00 
			
		
		
		
	Disable showing the virtual keyboard on focus events for certain editor components
This commit is contained in:
		
							parent
							
								
									f29feac7a5
								
							
						
					
					
						commit
						a088b5dc23
					
				
					 4 changed files with 4 additions and 0 deletions
				
			
		|  | @ -1865,6 +1865,7 @@ CodeTextEditor::CodeTextEditor() { | |||
| 	text_editor->set_structured_text_bidi_override(TextServer::STRUCTURED_TEXT_GDSCRIPT); | ||||
| 	text_editor->set_draw_bookmarks_gutter(true); | ||||
| 
 | ||||
| 	text_editor->set_virtual_keyboard_show_on_focus(false); | ||||
| 	text_editor->set_draw_line_numbers(true); | ||||
| 	text_editor->set_highlight_matching_braces_enabled(true); | ||||
| 	text_editor->set_auto_indent_enabled(true); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Fredia Huya-Kouadio
						Fredia Huya-Kouadio