added and documented wxKey/MouseEvent::CmdDown()

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28118 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2004-07-01 00:04:48 +00:00
parent 559b747dc0
commit a2bd152089
4 changed files with 55 additions and 4 deletions

View File

@@ -142,7 +142,20 @@ Constructor. Currently, the only valid event types are wxEVT\_CHAR and wxEVT\_CH
Returns true if the Alt key was down at the time of the key event.
\membersection{wxKeyEvent::ControlDown}
\membersection{wxKeyEvent::CmdDown}\label{wxkeyeventcmddown}
\constfunc{bool}{CmdDown}{\void}
"Cmd" is a pseudo key which is the same as Control for PC and Unix platforms
but the special "Apple" (a.k.a as "Command") key under Macs: it makes often
sense to use it instead of, say, ControlDown() because Cmd key is used for the
same thing under Mac as Ctrl elsewhere (but Ctrl still exists, just not used
for this purpose under Mac). So for non-Mac platforms this is the same as
\helpref{ControlDown()}{wxkeyeventcontroldown} and under Mac this is the same
as \helpref{MetaDown()}{wxkeyeventmetadown}.
\membersection{wxKeyEvent::ControlDown}\label{wxkeyeventcontroldown}
\constfunc{bool}{ControlDown}{\void}
@@ -225,7 +238,7 @@ the latter is that it is common for {\sc NumLock} key to be configured as
be still processed normally).
\membersection{wxKeyEvent::MetaDown}
\membersection{wxKeyEvent::MetaDown}\label{wxkeyeventmetadown}
\constfunc{bool}{MetaDown}{\void}

View File

@@ -227,7 +227,19 @@ values).
\membersection{wxMouseEvent::ControlDown}
\membersection{wxKeyEvent::CmdDown}\label{wxmouseeventcmddown}
\constfunc{bool}{CmdDown}{\void}
Same as \helpref{MetaDown}{wxmouseeventmetadown} under Mac, same as
\helpref{ControlDown}{wxmouseeventcontroldown} elsewhere.
\wxheading{See also}
\helpref{wxKeyEvent::CmdDown}\label{wxkeyeventcmddown}
\membersection{wxMouseEvent::ControlDown}\label{wxmouseeventcontroldown}
\func{bool}{ControlDown}{\void}
@@ -393,7 +405,7 @@ mouse" messages to determine whether the user is (still) dragging the mouse.
Returns true if the left mouse button changed to up.
\membersection{wxMouseEvent::MetaDown}
\membersection{wxMouseEvent::MetaDown}\label{wxmouseeventmetadown}
\constfunc{bool}{MetaDown}{\void}