Fixed displaying some special characters in keys binding in options.
It most probably needs to be done this way since commit 2096532d0e
.
I don't know what about OSX, so I enabled it only for linux.
This commit is contained in:
parent
1e520d551f
commit
8092cfc0a7
@ -96,7 +96,7 @@ irr::core::stringw Binding::getAsString() const
|
|||||||
|
|
||||||
switch(m_id)
|
switch(m_id)
|
||||||
{
|
{
|
||||||
#ifdef WIN32
|
#if defined(WIN32) || (defined(__linux__) && !defined(ANDROID))
|
||||||
// Windows codes certain special keys, which have atm no defined
|
// Windows codes certain special keys, which have atm no defined
|
||||||
// value in irr::KEY_*. So for now hardcode the values.
|
// value in irr::KEY_*. So for now hardcode the values.
|
||||||
// FIXME: what happens with international keyboards? E.g. A [
|
// FIXME: what happens with international keyboards? E.g. A [
|
||||||
|
Loading…
Reference in New Issue
Block a user