Browser_SendMouseEvent_args

Constructors

Link copied to clipboard
constructor()
constructor(bid: Int, event_type: Int, x: Int, y: Int, modifiers: Int, click_count: Int, button: Int)
Performs a deep copy on other.

Types

Link copied to clipboard
enum _Fields : TFieldIdEnum
The set of fields this struct contains, along with convenience methods for finding and manipulating them.

Properties

Link copied to clipboard
open var bid: Int
Link copied to clipboard
open var button: Int
Link copied to clipboard
open var click_count: Int
Link copied to clipboard
open var event_type: Int
Link copied to clipboard
Link copied to clipboard
open var modifiers: Int
Link copied to clipboard
open var x: Int
Link copied to clipboard
open var y: Int

Functions

Link copied to clipboard
open fun clear()
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun getBid(): Int
Link copied to clipboard
open fun getButton(): Int
Link copied to clipboard
open fun getClick_count(): Int
Link copied to clipboard
open fun getEvent_type(): Int
Link copied to clipboard
Link copied to clipboard
open fun getModifiers(): Int
Link copied to clipboard
open fun getX(): Int
Link copied to clipboard
open fun getY(): Int
Link copied to clipboard
open fun hashCode(): Int
Link copied to clipboard
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
Link copied to clipboard
open fun isSetBid(): Boolean
Returns true if field bid is set (has been assigned a value) and false otherwise
Link copied to clipboard
open fun isSetButton(): Boolean
Returns true if field button is set (has been assigned a value) and false otherwise
Link copied to clipboard
Returns true if field click_count is set (has been assigned a value) and false otherwise
Link copied to clipboard
Returns true if field event_type is set (has been assigned a value) and false otherwise
Link copied to clipboard
Returns true if field modifiers is set (has been assigned a value) and false otherwise
Link copied to clipboard
open fun isSetX(): Boolean
Returns true if field x is set (has been assigned a value) and false otherwise
Link copied to clipboard
open fun isSetY(): Boolean
Returns true if field y is set (has been assigned a value) and false otherwise
Link copied to clipboard
open fun read(iprot: TProtocol)
Link copied to clipboard
Link copied to clipboard
open fun setBidIsSet(value: Boolean)
Link copied to clipboard
Link copied to clipboard
open fun setButtonIsSet(value: Boolean)
Link copied to clipboard
Link copied to clipboard
open fun setClick_countIsSet(value: Boolean)
Link copied to clipboard
Link copied to clipboard
open fun setEvent_typeIsSet(value: Boolean)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun setModifiersIsSet(value: Boolean)
Link copied to clipboard
Link copied to clipboard
open fun setXIsSet(value: Boolean)
Link copied to clipboard
Link copied to clipboard
open fun setYIsSet(value: Boolean)
Link copied to clipboard
open fun toString(): String
Link copied to clipboard
open fun unsetBid()
Link copied to clipboard
open fun unsetButton()
Link copied to clipboard
open fun unsetClick_count()
Link copied to clipboard
open fun unsetEvent_type()
Link copied to clipboard
open fun unsetModifiers()
Link copied to clipboard
open fun unsetX()
Link copied to clipboard
open fun unsetY()
Link copied to clipboard
open fun validate()
Link copied to clipboard
open fun write(oprot: TProtocol)