public class ParsecMouseWheelMessage
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java , Rococoa, or JNA.
public int x
Horizontal delta of mouse wheel rotation. Negative values scroll left.
public int y
Vertical delta of mouse wheel rotation. Negative values scroll up.
public ParsecMouseWheelMessage()
public ParsecMouseWheelMessage(int x, int y)
x
- Horizontal delta of mouse wheel rotation. Negative values scroll left.y
- Vertical delta of mouse wheel rotation. Negative values scroll up.public ParsecMouseWheelMessage(com.sun.jna.Pointer peer)