From 4e71c819e4c643b8d91c77667d346e250bdb4ff7 Mon Sep 17 00:00:00 2001 From: cxl Date: Sun, 25 Oct 2015 05:23:30 +0000 Subject: [PATCH] .docs git-svn-id: svn://ultimatepp.org/upp/trunk@9076 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- uppsrc/CtrlCore/src.tpp/Ctrl$en-us.tpp | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/uppsrc/CtrlCore/src.tpp/Ctrl$en-us.tpp b/uppsrc/CtrlCore/src.tpp/Ctrl$en-us.tpp index f5deb7034..5ef31e16c 100644 --- a/uppsrc/CtrlCore/src.tpp/Ctrl$en-us.tpp +++ b/uppsrc/CtrlCore/src.tpp/Ctrl$en-us.tpp @@ -370,7 +370,8 @@ Ctrl and Alt keys.&] [s5;:Ctrl`:`:LeftDouble`(Point`,dword`):%- [@(0.0.255) virtual] [@(0.0.255) void]_[* LeftDo uble]([_^`:`:Point^ Point]_[*@3 p], [_^`:`:dword^ dword]_[*@3 keyflags])&] [s2;b17;a17; This method is called by default implementation of MouseEvent -when mouse left button is double`-clicked.&] +when mouse left button is double`-clicked. Default implementation +calls LeftDown.&] [s7;i1120;a17; [%-*C@3 p]-|Position of mouse cursor in view coordinates.&] [s7;i1120;a17; [%-*C@3 keyflags]-|Combination of key flags for Shift, Ctrl and Alt keys.&] @@ -379,7 +380,8 @@ Ctrl and Alt keys.&] [s5;:Ctrl`:`:LeftTriple`(Point`,dword`):%- [@(0.0.255) virtual] [@(0.0.255) void]_[* LeftTr iple]([_^`:`:Point^ Point]_[*@3 p], [_^`:`:dword^ dword]_[*@3 keyflags])&] [s2;b17;a17; This method is called by default implementation of MouseEvent -when mouse left button is triple`-clicked.&] +when mouse left button is triple`-clicked. Default implementation +calls LeftDown.&] [s3;%- &] [s4;%- &] [s5;:Ctrl`:`:LeftDrag`(Point`,dword`):%- [@(0.0.255) virtual] [@(0.0.255) void]_[* LeftDrag @@ -427,7 +429,8 @@ Ctrl and Alt keys.&] [s5;:Ctrl`:`:RightDouble`(Point`,dword`):%- [@(0.0.255) virtual] [@(0.0.255) void]_[* Right Double]([_^`:`:Point^ Point]_[*@3 p], [_^`:`:dword^ dword]_[*@3 keyflags])&] [s2;b17;a17; This method is called by default implementation of MouseEvent -when mouse right button is double`-clicked.&] +when mouse right button is double`-clicked. Default implementation +calls RightDown.&] [s7;i1120;a17; [%-*C@3 p]-|Position of mouse cursor in view coordinates.&] [s7;i1120;a17; [%-*C@3 keyflags]-|Combination of key flags for Shift, Ctrl and Alt keys.&] @@ -436,7 +439,8 @@ Ctrl and Alt keys.&] [s5;:Ctrl`:`:RightTriple`(Point`,dword`):%- [@(0.0.255) virtual] [@(0.0.255) void]_[* Right Triple]([_^`:`:Point^ Point]_[*@3 p], [_^`:`:dword^ dword]_[*@3 keyflags])&] [s2;b17;a17; This method is called by default implementation of MouseEvent -when mouse right button is triple`-clicked.&] +when mouse right button is triple`-clicked. Default implementation +calls RightDown.&] [s3;%- &] [s4;%- &] [s5;:Ctrl`:`:RightDrag`(Point`,dword`):%- [@(0.0.255) virtual] [@(0.0.255) void]_[* RightDr