mousemove


pfcmain.pbl   >   pfc_u_st_splitbar   >   mousemove   

Full name pfc_u_st_splitbar.mousemove
Access public
Extend of
Return value
Prototype event mousemove(unsignedlong,integer,integer)

Name Datatype
No Data

Name Datatype
No Data

event mousemove;//////////////////////////////////////////////////////////////////////////////
//
//	Event: 			mousemove
//
//	Arguments:		
//  flags
//  xpos
//	 ypos
//
//	Returns:  		None.
//
//	Description:	Perform the Mouse Move processing.
//
//////////////////////////////////////////////////////////////////////////////
//	
//	Revision History
//
//	Version
//	6.0   Initial version
//
//////////////////////////////////////////////////////////////////////////////
//
//	Copyright © 1996 Sybase, Inc. and its subsidiaries.  All rights reserved.
//	Any distribution of the PowerBuilder Foundation Classes (PFC)
//	source code by other than Sybase, Inc. and its subsidiaries is prohibited.
//
//////////////////////////////////////////////////////////////////////////////

If Not KeyDown(keyLeftButton!) Then
	Return
End If

of_MouseMove(flags, xpos, ypos)

end event

     
Name Owner
No Data

     
Name Owner
systemfunctions.keydown systemfunctions
pfc_u_st_splitbar.of_mousemove pfc_u_st_splitbar

     
Full name
No Data

     
Name Scope
No Data