Difference between revisions of "cock.setMouseOffset"

(Created page with "Sets horizontal and vertical mouse offset. It will be treaten as the "screen center", e.g. if mouse goes to the left or the the above of it then mouse position will read negative...")
 
m
Line 8: Line 8:
 
{{param|string|y|Optional. Y-coordinate to use as center. Will use old value if not provided.}}
 
{{param|string|y|Optional. Y-coordinate to use as center. Will use old value if not provided.}}
 
==See also==
 
==See also==
 +
*[[cock.getMouseOffset]]
 
*[[cock.setMouseFactor]]
 
*[[cock.setMouseFactor]]
 +
*[[Common Organization of Controls Kit Fields]]
 
*[[parent::Common Organization of Controls Kit Manual]]
 
*[[parent::Common Organization of Controls Kit Manual]]
 
[[Category:Functions]]
 
[[Category:Functions]]

Revision as of 17:09, 1 September 2013

Sets horizontal and vertical mouse offset. It will be treaten as the "screen center", e.g. if mouse goes to the left or the the above of it then mouse position will read negative value.

Synopsis

Function

cock.setMouseOffset ( self, x, y )

Arguments

table self
An object to use.
string x
Optional. X-coordinate to use as center. Will use old value if not provided.
string y
Optional. Y-coordinate to use as center. Will use old value if not provided.

See also