C# Class LongoMatch.Core.Common.Keyboard

ファイルを表示 Open project: GNOME/longomatch

Public Methods

Method Description
HotKeyName ( HotKey hotkey ) : string
KeyvalFromName ( string name ) : uint
NameFromKeyval ( uint keyval ) : string
ParseEvent ( Gdk evt ) : HotKey
ParseName ( string name ) : HotKey

Method Details

HotKeyName() public static method

public static HotKeyName ( HotKey hotkey ) : string
hotkey HotKey
return string

KeyvalFromName() public static method

public static KeyvalFromName ( string name ) : uint
name string
return uint

NameFromKeyval() public static method

public static NameFromKeyval ( uint keyval ) : string
keyval uint
return string

ParseEvent() public static method

public static ParseEvent ( Gdk evt ) : HotKey
evt Gdk
return HotKey

ParseName() public static method

public static ParseName ( string name ) : HotKey
name string
return HotKey