20000202-22:00 GMT+1 Antonio Linares <alinares@fivetech.com>

This commit is contained in:
Antonio Linares
2000-02-02 23:02:08 +00:00
parent d495fcd27c
commit fbe4fb54f3

View File

@@ -357,7 +357,7 @@ METHOD HandleEvent() CLASS TDebugger
do case
case nKey == K_LBUTTONDOWN
Alert( Str( MCol() ) + ", " + Str( MRow() ) )
Alert( Str( MRow() ) + ", " + Str( MCol() ) )
case nKey == K_RBUTTONDOWN
Alert( "K_RBUTTONDOWN" )
@@ -1551,4 +1551,4 @@ static function ValToStr( uVal )
cResult = "Class " + uVal:ClassName() + " object"
endcase
return cResult
return cResult