20000202-22:00 GMT+1 Antonio Linares <alinares@fivetech.com>
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user