Interface

GdkMacos-4.0GdkMacosMacosDeviceConstructorProps

interface ConstructorProps {
    active_layout_index: number;
    activeLayoutIndex: number;
    caps_lock_state: boolean;
    capsLockState: boolean;
    direction: Pango.Direction;
    display: Gdk.Display;
    has_bidi_layouts: boolean;
    has_cursor: boolean;
    hasBidiLayouts: boolean;
    hasCursor: boolean;
    layout_names: string[] | null;
    layoutNames: string[] | null;
    modifier_state: Gdk.ModifierType;
    modifierState: Gdk.ModifierType;
    n_axes: number;
    name: string;
    nAxes: number;
    num_lock_state: boolean;
    num_touches: number;
    numLockState: boolean;
    numTouches: number;
    product_id: string | null;
    productId: string | null;
    scroll_lock_state: boolean;
    scrollLockState: boolean;
    seat: Gdk.Seat;
    source: Gdk.InputSource;
    tool: Gdk.DeviceTool | null;
    vendor_id: string | null;
    vendorId: string | null;
}

Hierarchy (View Summary)

Index

Properties - Inherited from Gdk

active_layout_index: number
activeLayoutIndex: number
caps_lock_state: boolean
capsLockState: boolean
direction: Pango.Direction
display: Gdk.Display
has_bidi_layouts: boolean
has_cursor: boolean
hasBidiLayouts: boolean
hasCursor: boolean
layout_names: string[] | null
layoutNames: string[] | null
modifier_state: Gdk.ModifierType
modifierState: Gdk.ModifierType
n_axes: number
name: string
nAxes: number
num_lock_state: boolean
num_touches: number
numLockState: boolean
numTouches: number
product_id: string | null
productId: string | null
scroll_lock_state: boolean
scrollLockState: boolean
seat: Gdk.Seat
tool: Gdk.DeviceTool | null
vendor_id: string | null
vendorId: string | null