mirror of
				https://github.com/Drezil/imgui.git
				synced 2025-10-31 05:01:05 +01:00 
			
		
		
		
	io.OptNoCursorBlink -> io.OptCursorBlink (#1427)
This commit is contained in:
		
							
								
								
									
										2
									
								
								imgui.h
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								imgui.h
									
									
									
									
									
								
							| @@ -804,7 +804,7 @@ struct ImGuiIO | ||||
|  | ||||
|     // Advanced/subtle behaviors | ||||
|     bool          OptMacOSXBehaviors;       // = defined(__APPLE__) // OS X style: Text editing cursor movement using Alt instead of Ctrl, Shortcuts using Cmd/Super instead of Ctrl, Line/Text Start and End using Cmd+Arrows instead of Home/End, Double click selects by word instead of selecting whole text, Multi-selection in lists uses Cmd/Super instead of Ctrl | ||||
|     bool          OptNoCursorBlink;         // = false              // Disable blinking cursor | ||||
|     bool          OptCursorBlink;           // = true               // Enable blinking cursor, for users who consider it annoying. | ||||
|  | ||||
|     //------------------------------------------------------------------ | ||||
|     // Settings (User Functions) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user