KeyboardLayoutKeyDefinition Constructor

RAGE Plugin Hook Documentation

[This is preliminary documentation and is subject to change.]

Initializes a new instance of the KeyboardLayoutKeyDefinition class

Namespace:  Rage
Assembly:  RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
Syntax

public KeyboardLayoutKeyDefinition(
	Keys key,
	bool requiresShift,
	bool requiresControl,
	bool requiresAlt
)

Parameters

key
Type: System.Windows.FormsKeys

[Missing <param name="key"/> documentation for "M:Rage.KeyboardLayoutKeyDefinition.#ctor(System.Windows.Forms.Keys,System.Boolean,System.Boolean,System.Boolean)"]

requiresShift
Type: SystemBoolean

[Missing <param name="requiresShift"/> documentation for "M:Rage.KeyboardLayoutKeyDefinition.#ctor(System.Windows.Forms.Keys,System.Boolean,System.Boolean,System.Boolean)"]

requiresControl
Type: SystemBoolean

[Missing <param name="requiresControl"/> documentation for "M:Rage.KeyboardLayoutKeyDefinition.#ctor(System.Windows.Forms.Keys,System.Boolean,System.Boolean,System.Boolean)"]

requiresAlt
Type: SystemBoolean

[Missing <param name="requiresAlt"/> documentation for "M:Rage.KeyboardLayoutKeyDefinition.#ctor(System.Windows.Forms.Keys,System.Boolean,System.Boolean,System.Boolean)"]

See Also

Reference