Browser_SendKeyEvent_args

Constructors

Link copied to clipboard
constructor()
constructor(bid: Int, event_type: Int, modifiers: Int, key_char: Short, scanCode: Long, key_code: 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 event_type: Int
Link copied to clipboard
open var key_char: Short
Link copied to clipboard
open var key_code: Int
Link copied to clipboard
Link copied to clipboard
open var modifiers: Int
Link copied to clipboard
open var scanCode: Long

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 getEvent_type(): Int
Link copied to clipboard
Link copied to clipboard
open fun getKey_char(): Short
Link copied to clipboard
open fun getKey_code(): Int
Link copied to clipboard
open fun getModifiers(): Int
Link copied to clipboard
open fun getScanCode(): Long
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
Returns true if field event_type is set (has been assigned a value) and false otherwise
Link copied to clipboard
Returns true if field key_char is set (has been assigned a value) and false otherwise
Link copied to clipboard
Returns true if field key_code 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
Returns true if field scanCode 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 setEvent_typeIsSet(value: Boolean)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun setKey_charIsSet(value: Boolean)
Link copied to clipboard
Link copied to clipboard
open fun setKey_codeIsSet(value: Boolean)
Link copied to clipboard
Link copied to clipboard
open fun setModifiersIsSet(value: Boolean)
Link copied to clipboard
Link copied to clipboard
open fun setScanCodeIsSet(value: Boolean)
Link copied to clipboard
open fun toString(): String
Link copied to clipboard
open fun unsetBid()
Link copied to clipboard
open fun unsetEvent_type()
Link copied to clipboard
open fun unsetKey_char()
Link copied to clipboard
open fun unsetKey_code()
Link copied to clipboard
open fun unsetModifiers()
Link copied to clipboard
open fun unsetScanCode()
Link copied to clipboard
open fun validate()
Link copied to clipboard
open fun write(oprot: TProtocol)