Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/17cupsofcoffee/nova
/ stop_text_input
Method
stop_text_input
src/window.rs:145–149 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
143
}
144
145
pub fn stop_text_input(&mut self) {
146
unsafe {
147
SDL_StopTextInput(self.window);
148
}
149
}
150
}
151
152
impl Drop for Window {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected