fixed LaTeX compilation problems (part of patch 551210)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15384 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -153,7 +153,7 @@ Returns the raw key code for this event. This is a platform-dependent scan code
|
||||
which should only be used in advanced applications.
|
||||
|
||||
{\bf NB:} Currently the raw key codes are not supported by all ports, use
|
||||
{\tt #ifdef wxHAS\_RAW\_KEY\_CODES} to determine if this feature is available.
|
||||
{\tt\#ifdef wxHAS\_RAW\_KEY\_CODES} to determine if this feature is available.
|
||||
|
||||
\membersection{wxKeyEvent::GetRawKeyFlags}
|
||||
|
||||
@@ -163,7 +163,7 @@ Returns the low level key flags for this event. The flags are
|
||||
platform-dependent and should only be used in advanced applications.
|
||||
|
||||
{\bf NB:} Currently the raw key flags are not supported by all ports, use
|
||||
{\tt #ifdef wxHAS\_RAW\_KEY\_CODES} to determine if this feature is available.
|
||||
{\tt \#ifdef wxHAS\_RAW\_KEY\_CODES} to determine if this feature is available.
|
||||
|
||||
\membersection{wxKeyEvent::GetX}
|
||||
|
||||
|
Reference in New Issue
Block a user