Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
I
Irrlicht New
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
MyCard
Irrlicht New
Commits
7cfb1f22
Commit
7cfb1f22
authored
Dec 24, 2025
by
mercury233
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
e899f77f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
source/Irrlicht/CIrrDeviceWin32.cpp
source/Irrlicht/CIrrDeviceWin32.cpp
+4
-2
No files found.
source/Irrlicht/CIrrDeviceWin32.cpp
View file @
7cfb1f22
...
@@ -23,6 +23,7 @@
...
@@ -23,6 +23,7 @@
#include "IGUIEnvironment.h"
#include "IGUIEnvironment.h"
#include "IGUIElement.h"
#include "IGUIElement.h"
#include <winuser.h>
#include <winuser.h>
#include <imm.h>
#if defined(_IRR_COMPILE_WITH_JOYSTICK_EVENTS_)
#if defined(_IRR_COMPILE_WITH_JOYSTICK_EVENTS_)
#ifdef _IRR_COMPILE_WITH_DIRECTINPUT_JOYSTICK_
#ifdef _IRR_COMPILE_WITH_DIRECTINPUT_JOYSTICK_
#define DIRECTINPUT_VERSION 0x0800
#define DIRECTINPUT_VERSION 0x0800
...
@@ -997,10 +998,11 @@ LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
...
@@ -997,10 +998,11 @@ LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
}
}
delete
[]
buffer
;
delete
[]
buffer
;
}
ImmReleaseContext
(
hWnd
,
hIMC
);
// Remove GCS_RESULTSTR to prevent DefWindowProc from generating WM_IME_CHAR
// Remove GCS_RESULTSTR to prevent DefWindowProc from generating WM_IME_CHAR
lParam
&=
~
GCS_RESULTSTR
;
lParam
&=
~
GCS_RESULTSTR
;
}
ImmReleaseContext
(
hWnd
,
hIMC
);
}
}
}
}
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment