mirror of
https://github.com/glfw/glfw.git
synced 2025-10-05 06:06:36 +00:00
Merge f57644153c
into 3ee7f8f695
This commit is contained in:
commit
623f99c663
@ -294,7 +294,7 @@ static int toGLFWKeyCode(uint32_t key)
|
|||||||
|
|
||||||
static xkb_keysym_t composeSymbol(xkb_keysym_t sym)
|
static xkb_keysym_t composeSymbol(xkb_keysym_t sym)
|
||||||
{
|
{
|
||||||
if (sym == XKB_KEY_NoSymbol)
|
if (sym == XKB_KEY_NoSymbol || !_glfw.wl.xkb.composeState)
|
||||||
return sym;
|
return sym;
|
||||||
if (xkb_compose_state_feed(_glfw.wl.xkb.composeState, sym)
|
if (xkb_compose_state_feed(_glfw.wl.xkb.composeState, sym)
|
||||||
!= XKB_COMPOSE_FEED_ACCEPTED)
|
!= XKB_COMPOSE_FEED_ACCEPTED)
|
||||||
|
Loading…
Reference in New Issue
Block a user