Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitec07713

Browse files
committed
over the finish line
1 parentad52a5b commitec07713

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎imgui/src/io.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,9 +457,10 @@ impl Io {
457457
sys::ImGuiIO_AddKeyEvent(self.raw_mut(), keyasu32, down);
458458
}
459459
}
460+
460461
/// Queue a gain/loss of focus for the application (generally based on OS/platform focus of your window)
461462
/// Note: [`io.config_debug_ignore_focus_loss`] will ignore this event from firing
462-
#[doc(alias ="AddFocusEvent")
463+
#[doc(alias ="AddFocusEvent")]
463464
pubfnadd_focus_event(&mutself,focused:bool){
464465
unsafe{
465466
sys::ImGuiIO_AddFocusEvent(self.raw_mut(), focused);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp