Class KeyEvent
public class KeyEvent : InputEvent, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, IParcelable
- Inheritance
-
JVMBridgeBaseJVMBridgeBase<Parcelable>KeyEvent
- Implements
-
IJVMBridgeCoreIJVMBridgeBaseStaticIJVMBridgeBaseIJVMBridgeDefinition
- Inherited Members
-
JVMBridgeBase<Parcelable>.SExecuteWithSignature<TReturn>(IJavaType, string, string, params object[])JVMBridgeBase<Parcelable>.SExecuteWithSignature<TNewClass, TReturn>(string, string, params object[])JVMBridgeBase<Parcelable>.IsAssignableFrom(IJavaType)JVMBridgeBase<Parcelable>.IsAssignableFrom<T>()JVMBridgeBase<Parcelable>.Execute<T>(params T[])JVMBridgeBase<Parcelable>.DynBridgeClazzJVMBridgeBase<Parcelable>.BridgeClazzJVMBridgeBase.RuntimeClassNameOf<T>()JVMBridgeBase.ClassNameOf<T>()JVMBridgeBase.ClassOf<T>()JVMBridgeBase.WrapsDirect<TNewClass>(IJavaObject)JVMBridgeBase.Wraps<TNewClass>(IJavaObject)JVMBridgeBase.Wraps<TNewClass, TReturn>(IJavaObject)JVMBridgeBase.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)JVMBridgeBase.MonitorEnter()JVMBridgeBase.MonitorExit()JVMBridgeBase.IsInstanceOf(IJavaType)JVMBridgeBase.IsInstanceOf<T>()JVMBridgeBase.RuntimeIsInstanceOf<T>()JVMBridgeBase.CastTo<TNewClass>()JVMBridgeBase.CastDirect<TNewClass>()JVMBridgeBase.Dispose()JVMBridgeBase.ToString()JVMBridgeBase.GetHashCode()JVMBridgeBase.Notify()JVMBridgeBase.NotifyAll()JVMBridgeBase.Wait()JVMBridgeBase.IExecuteWithSignature<TNewClass, TReturn, TConverter>(string, string, params object[])JVMBridgeBase.DynBridgeInstanceJVMBridgeBase.BridgeInstanceJVMBridgeBase.IsBridgeListener
- Extension Methods
Constructors
KeyEvent()
Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
public KeyEvent()
KeyEvent(KeyEvent)
https://developer.android.com/reference/android/view/KeyEvent.html#%3Cinit%3E(android.view.KeyEvent)
public KeyEvent(KeyEvent arg0)
Parameters
KeyEvent(KeyEvent, long, int)
[Obsolete]
public KeyEvent(KeyEvent arg0, long arg1, int arg2)
Parameters
KeyEvent(int, int)
public KeyEvent(int arg0, int arg1)
Parameters
KeyEvent(long, String, int, int)
public KeyEvent(long arg0, String arg1, int arg2, int arg3)
Parameters
KeyEvent(long, long, int, int, int)
https://developer.android.com/reference/android/view/KeyEvent.html#%3Cinit%3E(long,long,int,int,int)
public KeyEvent(long arg0, long arg1, int arg2, int arg3, int arg4)
Parameters
KeyEvent(long, long, int, int, int, int)
public KeyEvent(long arg0, long arg1, int arg2, int arg3, int arg4, int arg5)
Parameters
KeyEvent(long, long, int, int, int, int, int, int)
public KeyEvent(long arg0, long arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7)
Parameters
KeyEvent(long, long, int, int, int, int, int, int, int)
public KeyEvent(long arg0, long arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, int arg8)
Parameters
KeyEvent(long, long, int, int, int, int, int, int, int, int)
public KeyEvent(long arg0, long arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, int arg8, int arg9)
Parameters
KeyEvent(params object[])
Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class
public KeyEvent(params object[] args)
Parameters
args
object[]
Properties
ACTION_DOWN
public static int ACTION_DOWN { get; }
Property Value
ACTION_MULTIPLE
[Obsolete]
public static int ACTION_MULTIPLE { get; }
Property Value
ACTION_UP
public static int ACTION_UP { get; }
Property Value
BridgeClassName
https://www.jcobridge.com/api-clr/html/P_MASES_JCOBridge_C2JBridge_JVMBridgeBase_BridgeClassName.htm
public override string BridgeClassName { get; }
Property Value
CREATOR
public static Parcelable.Creator CREATOR { get; }
Property Value
FLAG_CANCELED
public static int FLAG_CANCELED { get; }
Property Value
FLAG_CANCELED_LONG_PRESS
public static int FLAG_CANCELED_LONG_PRESS { get; }
Property Value
FLAG_EDITOR_ACTION
public static int FLAG_EDITOR_ACTION { get; }
Property Value
FLAG_FALLBACK
public static int FLAG_FALLBACK { get; }
Property Value
FLAG_FROM_SYSTEM
public static int FLAG_FROM_SYSTEM { get; }
Property Value
FLAG_KEEP_TOUCH_MODE
public static int FLAG_KEEP_TOUCH_MODE { get; }
Property Value
FLAG_LONG_PRESS
public static int FLAG_LONG_PRESS { get; }
Property Value
FLAG_SOFT_KEYBOARD
public static int FLAG_SOFT_KEYBOARD { get; }
Property Value
FLAG_TRACKING
public static int FLAG_TRACKING { get; }
Property Value
FLAG_VIRTUAL_HARD_KEY
public static int FLAG_VIRTUAL_HARD_KEY { get; }
Property Value
FLAG_WOKE_HERE
[Obsolete]
public static int FLAG_WOKE_HERE { get; }
Property Value
IsBridgeAbstract
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
public override bool IsBridgeStatic { get; }
Property Value
KEYCODE_0
public static int KEYCODE_0 { get; }
Property Value
KEYCODE_1
public static int KEYCODE_1 { get; }
Property Value
KEYCODE_11
public static int KEYCODE_11 { get; }
Property Value
KEYCODE_12
public static int KEYCODE_12 { get; }
Property Value
KEYCODE_2
public static int KEYCODE_2 { get; }
Property Value
KEYCODE_3
public static int KEYCODE_3 { get; }
Property Value
KEYCODE_3D_MODE
public static int KEYCODE_3D_MODE { get; }
Property Value
KEYCODE_4
public static int KEYCODE_4 { get; }
Property Value
KEYCODE_5
public static int KEYCODE_5 { get; }
Property Value
KEYCODE_6
public static int KEYCODE_6 { get; }
Property Value
KEYCODE_7
public static int KEYCODE_7 { get; }
Property Value
KEYCODE_8
public static int KEYCODE_8 { get; }
Property Value
KEYCODE_9
public static int KEYCODE_9 { get; }
Property Value
KEYCODE_A
public static int KEYCODE_A { get; }
Property Value
KEYCODE_ALL_APPS
public static int KEYCODE_ALL_APPS { get; }
Property Value
KEYCODE_ALT_LEFT
public static int KEYCODE_ALT_LEFT { get; }
Property Value
KEYCODE_ALT_RIGHT
public static int KEYCODE_ALT_RIGHT { get; }
Property Value
KEYCODE_APOSTROPHE
public static int KEYCODE_APOSTROPHE { get; }
Property Value
KEYCODE_APP_SWITCH
public static int KEYCODE_APP_SWITCH { get; }
Property Value
KEYCODE_ASSIST
public static int KEYCODE_ASSIST { get; }
Property Value
KEYCODE_AT
public static int KEYCODE_AT { get; }
Property Value
KEYCODE_AVR_INPUT
public static int KEYCODE_AVR_INPUT { get; }
Property Value
KEYCODE_AVR_POWER
public static int KEYCODE_AVR_POWER { get; }
Property Value
KEYCODE_B
public static int KEYCODE_B { get; }
Property Value
KEYCODE_BACK
public static int KEYCODE_BACK { get; }
Property Value
KEYCODE_BACKSLASH
public static int KEYCODE_BACKSLASH { get; }
Property Value
KEYCODE_BOOKMARK
public static int KEYCODE_BOOKMARK { get; }
Property Value
KEYCODE_BREAK
public static int KEYCODE_BREAK { get; }
Property Value
KEYCODE_BRIGHTNESS_DOWN
public static int KEYCODE_BRIGHTNESS_DOWN { get; }
Property Value
KEYCODE_BRIGHTNESS_UP
public static int KEYCODE_BRIGHTNESS_UP { get; }
Property Value
KEYCODE_BUTTON_1
public static int KEYCODE_BUTTON_1 { get; }
Property Value
KEYCODE_BUTTON_10
public static int KEYCODE_BUTTON_10 { get; }
Property Value
KEYCODE_BUTTON_11
public static int KEYCODE_BUTTON_11 { get; }
Property Value
KEYCODE_BUTTON_12
public static int KEYCODE_BUTTON_12 { get; }
Property Value
KEYCODE_BUTTON_13
public static int KEYCODE_BUTTON_13 { get; }
Property Value
KEYCODE_BUTTON_14
public static int KEYCODE_BUTTON_14 { get; }
Property Value
KEYCODE_BUTTON_15
public static int KEYCODE_BUTTON_15 { get; }
Property Value
KEYCODE_BUTTON_16
public static int KEYCODE_BUTTON_16 { get; }
Property Value
KEYCODE_BUTTON_2
public static int KEYCODE_BUTTON_2 { get; }
Property Value
KEYCODE_BUTTON_3
public static int KEYCODE_BUTTON_3 { get; }
Property Value
KEYCODE_BUTTON_4
public static int KEYCODE_BUTTON_4 { get; }
Property Value
KEYCODE_BUTTON_5
public static int KEYCODE_BUTTON_5 { get; }
Property Value
KEYCODE_BUTTON_6
public static int KEYCODE_BUTTON_6 { get; }
Property Value
KEYCODE_BUTTON_7
public static int KEYCODE_BUTTON_7 { get; }
Property Value
KEYCODE_BUTTON_8
public static int KEYCODE_BUTTON_8 { get; }
Property Value
KEYCODE_BUTTON_9
public static int KEYCODE_BUTTON_9 { get; }
Property Value
KEYCODE_BUTTON_A
public static int KEYCODE_BUTTON_A { get; }
Property Value
KEYCODE_BUTTON_B
public static int KEYCODE_BUTTON_B { get; }
Property Value
KEYCODE_BUTTON_C
public static int KEYCODE_BUTTON_C { get; }
Property Value
KEYCODE_BUTTON_L1
public static int KEYCODE_BUTTON_L1 { get; }
Property Value
KEYCODE_BUTTON_L2
public static int KEYCODE_BUTTON_L2 { get; }
Property Value
KEYCODE_BUTTON_MODE
public static int KEYCODE_BUTTON_MODE { get; }
Property Value
KEYCODE_BUTTON_R1
public static int KEYCODE_BUTTON_R1 { get; }
Property Value
KEYCODE_BUTTON_R2
public static int KEYCODE_BUTTON_R2 { get; }
Property Value
KEYCODE_BUTTON_SELECT
public static int KEYCODE_BUTTON_SELECT { get; }
Property Value
KEYCODE_BUTTON_START
public static int KEYCODE_BUTTON_START { get; }
Property Value
KEYCODE_BUTTON_THUMBL
public static int KEYCODE_BUTTON_THUMBL { get; }
Property Value
KEYCODE_BUTTON_THUMBR
public static int KEYCODE_BUTTON_THUMBR { get; }
Property Value
KEYCODE_BUTTON_X
public static int KEYCODE_BUTTON_X { get; }
Property Value
KEYCODE_BUTTON_Y
public static int KEYCODE_BUTTON_Y { get; }
Property Value
KEYCODE_BUTTON_Z
public static int KEYCODE_BUTTON_Z { get; }
Property Value
KEYCODE_C
public static int KEYCODE_C { get; }
Property Value
KEYCODE_CALCULATOR
public static int KEYCODE_CALCULATOR { get; }
Property Value
KEYCODE_CALENDAR
public static int KEYCODE_CALENDAR { get; }
Property Value
KEYCODE_CALL
public static int KEYCODE_CALL { get; }
Property Value
KEYCODE_CAMERA
public static int KEYCODE_CAMERA { get; }
Property Value
KEYCODE_CAPS_LOCK
public static int KEYCODE_CAPS_LOCK { get; }
Property Value
KEYCODE_CAPTIONS
public static int KEYCODE_CAPTIONS { get; }
Property Value
KEYCODE_CHANNEL_DOWN
public static int KEYCODE_CHANNEL_DOWN { get; }
Property Value
KEYCODE_CHANNEL_UP
public static int KEYCODE_CHANNEL_UP { get; }
Property Value
KEYCODE_CLEAR
public static int KEYCODE_CLEAR { get; }
Property Value
KEYCODE_COMMA
public static int KEYCODE_COMMA { get; }
Property Value
KEYCODE_CONTACTS
public static int KEYCODE_CONTACTS { get; }
Property Value
KEYCODE_COPY
public static int KEYCODE_COPY { get; }
Property Value
KEYCODE_CTRL_LEFT
public static int KEYCODE_CTRL_LEFT { get; }
Property Value
KEYCODE_CTRL_RIGHT
public static int KEYCODE_CTRL_RIGHT { get; }
Property Value
KEYCODE_CUT
public static int KEYCODE_CUT { get; }
Property Value
KEYCODE_D
public static int KEYCODE_D { get; }
Property Value
KEYCODE_DEL
public static int KEYCODE_DEL { get; }
Property Value
KEYCODE_DEMO_APP_1
public static int KEYCODE_DEMO_APP_1 { get; }
Property Value
KEYCODE_DEMO_APP_2
public static int KEYCODE_DEMO_APP_2 { get; }
Property Value
KEYCODE_DEMO_APP_3
public static int KEYCODE_DEMO_APP_3 { get; }
Property Value
KEYCODE_DEMO_APP_4
public static int KEYCODE_DEMO_APP_4 { get; }
Property Value
KEYCODE_DPAD_CENTER
public static int KEYCODE_DPAD_CENTER { get; }
Property Value
KEYCODE_DPAD_DOWN
public static int KEYCODE_DPAD_DOWN { get; }
Property Value
KEYCODE_DPAD_DOWN_LEFT
public static int KEYCODE_DPAD_DOWN_LEFT { get; }
Property Value
KEYCODE_DPAD_DOWN_RIGHT
public static int KEYCODE_DPAD_DOWN_RIGHT { get; }
Property Value
KEYCODE_DPAD_LEFT
public static int KEYCODE_DPAD_LEFT { get; }
Property Value
KEYCODE_DPAD_RIGHT
public static int KEYCODE_DPAD_RIGHT { get; }
Property Value
KEYCODE_DPAD_UP
public static int KEYCODE_DPAD_UP { get; }
Property Value
KEYCODE_DPAD_UP_LEFT
public static int KEYCODE_DPAD_UP_LEFT { get; }
Property Value
KEYCODE_DPAD_UP_RIGHT
public static int KEYCODE_DPAD_UP_RIGHT { get; }
Property Value
KEYCODE_DVR
public static int KEYCODE_DVR { get; }
Property Value
KEYCODE_E
public static int KEYCODE_E { get; }
Property Value
KEYCODE_EISU
public static int KEYCODE_EISU { get; }
Property Value
KEYCODE_EMOJI_PICKER
public static int KEYCODE_EMOJI_PICKER { get; }
Property Value
KEYCODE_ENDCALL
public static int KEYCODE_ENDCALL { get; }
Property Value
KEYCODE_ENTER
public static int KEYCODE_ENTER { get; }
Property Value
KEYCODE_ENVELOPE
public static int KEYCODE_ENVELOPE { get; }
Property Value
KEYCODE_EQUALS
public static int KEYCODE_EQUALS { get; }
Property Value
KEYCODE_ESCAPE
public static int KEYCODE_ESCAPE { get; }
Property Value
KEYCODE_EXPLORER
public static int KEYCODE_EXPLORER { get; }
Property Value
KEYCODE_F
public static int KEYCODE_F { get; }
Property Value
KEYCODE_F1
public static int KEYCODE_F1 { get; }
Property Value
KEYCODE_F10
public static int KEYCODE_F10 { get; }
Property Value
KEYCODE_F11
public static int KEYCODE_F11 { get; }
Property Value
KEYCODE_F12
public static int KEYCODE_F12 { get; }
Property Value
KEYCODE_F2
public static int KEYCODE_F2 { get; }
Property Value
KEYCODE_F3
public static int KEYCODE_F3 { get; }
Property Value
KEYCODE_F4
public static int KEYCODE_F4 { get; }
Property Value
KEYCODE_F5
public static int KEYCODE_F5 { get; }
Property Value
KEYCODE_F6
public static int KEYCODE_F6 { get; }
Property Value
KEYCODE_F7
public static int KEYCODE_F7 { get; }
Property Value
KEYCODE_F8
public static int KEYCODE_F8 { get; }
Property Value
KEYCODE_F9
public static int KEYCODE_F9 { get; }
Property Value
KEYCODE_FEATURED_APP_1
public static int KEYCODE_FEATURED_APP_1 { get; }
Property Value
KEYCODE_FEATURED_APP_2
public static int KEYCODE_FEATURED_APP_2 { get; }
Property Value
KEYCODE_FEATURED_APP_3
public static int KEYCODE_FEATURED_APP_3 { get; }
Property Value
KEYCODE_FEATURED_APP_4
public static int KEYCODE_FEATURED_APP_4 { get; }
Property Value
KEYCODE_FOCUS
public static int KEYCODE_FOCUS { get; }
Property Value
KEYCODE_FORWARD
public static int KEYCODE_FORWARD { get; }
Property Value
KEYCODE_FORWARD_DEL
public static int KEYCODE_FORWARD_DEL { get; }
Property Value
KEYCODE_FUNCTION
public static int KEYCODE_FUNCTION { get; }
Property Value
KEYCODE_G
public static int KEYCODE_G { get; }
Property Value
KEYCODE_GRAVE
public static int KEYCODE_GRAVE { get; }
Property Value
KEYCODE_GUIDE
public static int KEYCODE_GUIDE { get; }
Property Value
KEYCODE_H
public static int KEYCODE_H { get; }
Property Value
KEYCODE_HEADSETHOOK
public static int KEYCODE_HEADSETHOOK { get; }
Property Value
KEYCODE_HELP
public static int KEYCODE_HELP { get; }
Property Value
KEYCODE_HENKAN
public static int KEYCODE_HENKAN { get; }
Property Value
KEYCODE_HOME
public static int KEYCODE_HOME { get; }
Property Value
KEYCODE_I
public static int KEYCODE_I { get; }
Property Value
KEYCODE_INFO
public static int KEYCODE_INFO { get; }
Property Value
KEYCODE_INSERT
public static int KEYCODE_INSERT { get; }
Property Value
KEYCODE_J
public static int KEYCODE_J { get; }
Property Value
KEYCODE_K
public static int KEYCODE_K { get; }
Property Value
KEYCODE_KANA
public static int KEYCODE_KANA { get; }
Property Value
KEYCODE_KATAKANA_HIRAGANA
public static int KEYCODE_KATAKANA_HIRAGANA { get; }
Property Value
KEYCODE_KEYBOARD_BACKLIGHT_DOWN
public static int KEYCODE_KEYBOARD_BACKLIGHT_DOWN { get; }
Property Value
KEYCODE_KEYBOARD_BACKLIGHT_TOGGLE
https://developer.android.com/reference/android/view/KeyEvent.html#KEYCODE_KEYBOARD_BACKLIGHT_TOGGLE
public static int KEYCODE_KEYBOARD_BACKLIGHT_TOGGLE { get; }
Property Value
KEYCODE_KEYBOARD_BACKLIGHT_UP
public static int KEYCODE_KEYBOARD_BACKLIGHT_UP { get; }
Property Value
KEYCODE_L
public static int KEYCODE_L { get; }
Property Value
KEYCODE_LANGUAGE_SWITCH
public static int KEYCODE_LANGUAGE_SWITCH { get; }
Property Value
KEYCODE_LAST_CHANNEL
public static int KEYCODE_LAST_CHANNEL { get; }
Property Value
KEYCODE_LEFT_BRACKET
public static int KEYCODE_LEFT_BRACKET { get; }
Property Value
KEYCODE_M
public static int KEYCODE_M { get; }
Property Value
KEYCODE_MACRO_1
public static int KEYCODE_MACRO_1 { get; }
Property Value
KEYCODE_MACRO_2
public static int KEYCODE_MACRO_2 { get; }
Property Value
KEYCODE_MACRO_3
public static int KEYCODE_MACRO_3 { get; }
Property Value
KEYCODE_MACRO_4
public static int KEYCODE_MACRO_4 { get; }
Property Value
KEYCODE_MANNER_MODE
public static int KEYCODE_MANNER_MODE { get; }
Property Value
KEYCODE_MEDIA_AUDIO_TRACK
public static int KEYCODE_MEDIA_AUDIO_TRACK { get; }
Property Value
KEYCODE_MEDIA_CLOSE
public static int KEYCODE_MEDIA_CLOSE { get; }
Property Value
KEYCODE_MEDIA_EJECT
public static int KEYCODE_MEDIA_EJECT { get; }
Property Value
KEYCODE_MEDIA_FAST_FORWARD
public static int KEYCODE_MEDIA_FAST_FORWARD { get; }
Property Value
KEYCODE_MEDIA_NEXT
public static int KEYCODE_MEDIA_NEXT { get; }
Property Value
KEYCODE_MEDIA_PAUSE
public static int KEYCODE_MEDIA_PAUSE { get; }
Property Value
KEYCODE_MEDIA_PLAY
public static int KEYCODE_MEDIA_PLAY { get; }
Property Value
KEYCODE_MEDIA_PLAY_PAUSE
public static int KEYCODE_MEDIA_PLAY_PAUSE { get; }
Property Value
KEYCODE_MEDIA_PREVIOUS
public static int KEYCODE_MEDIA_PREVIOUS { get; }
Property Value
KEYCODE_MEDIA_RECORD
public static int KEYCODE_MEDIA_RECORD { get; }
Property Value
KEYCODE_MEDIA_REWIND
public static int KEYCODE_MEDIA_REWIND { get; }
Property Value
KEYCODE_MEDIA_SKIP_BACKWARD
public static int KEYCODE_MEDIA_SKIP_BACKWARD { get; }
Property Value
KEYCODE_MEDIA_SKIP_FORWARD
public static int KEYCODE_MEDIA_SKIP_FORWARD { get; }
Property Value
KEYCODE_MEDIA_STEP_BACKWARD
public static int KEYCODE_MEDIA_STEP_BACKWARD { get; }
Property Value
KEYCODE_MEDIA_STEP_FORWARD
public static int KEYCODE_MEDIA_STEP_FORWARD { get; }
Property Value
KEYCODE_MEDIA_STOP
public static int KEYCODE_MEDIA_STOP { get; }
Property Value
KEYCODE_MEDIA_TOP_MENU
public static int KEYCODE_MEDIA_TOP_MENU { get; }
Property Value
KEYCODE_MENU
public static int KEYCODE_MENU { get; }
Property Value
KEYCODE_META_LEFT
public static int KEYCODE_META_LEFT { get; }
Property Value
KEYCODE_META_RIGHT
public static int KEYCODE_META_RIGHT { get; }
Property Value
KEYCODE_MINUS
public static int KEYCODE_MINUS { get; }
Property Value
KEYCODE_MOVE_END
public static int KEYCODE_MOVE_END { get; }
Property Value
KEYCODE_MOVE_HOME
public static int KEYCODE_MOVE_HOME { get; }
Property Value
KEYCODE_MUHENKAN
public static int KEYCODE_MUHENKAN { get; }
Property Value
KEYCODE_MUSIC
public static int KEYCODE_MUSIC { get; }
Property Value
KEYCODE_MUTE
public static int KEYCODE_MUTE { get; }
Property Value
KEYCODE_N
public static int KEYCODE_N { get; }
Property Value
KEYCODE_NAVIGATE_IN
public static int KEYCODE_NAVIGATE_IN { get; }
Property Value
KEYCODE_NAVIGATE_NEXT
public static int KEYCODE_NAVIGATE_NEXT { get; }
Property Value
KEYCODE_NAVIGATE_OUT
public static int KEYCODE_NAVIGATE_OUT { get; }
Property Value
KEYCODE_NAVIGATE_PREVIOUS
public static int KEYCODE_NAVIGATE_PREVIOUS { get; }
Property Value
KEYCODE_NOTIFICATION
public static int KEYCODE_NOTIFICATION { get; }
Property Value
KEYCODE_NUM
public static int KEYCODE_NUM { get; }
Property Value
KEYCODE_NUMPAD_0
public static int KEYCODE_NUMPAD_0 { get; }
Property Value
KEYCODE_NUMPAD_1
public static int KEYCODE_NUMPAD_1 { get; }
Property Value
KEYCODE_NUMPAD_2
public static int KEYCODE_NUMPAD_2 { get; }
Property Value
KEYCODE_NUMPAD_3
public static int KEYCODE_NUMPAD_3 { get; }
Property Value
KEYCODE_NUMPAD_4
public static int KEYCODE_NUMPAD_4 { get; }
Property Value
KEYCODE_NUMPAD_5
public static int KEYCODE_NUMPAD_5 { get; }
Property Value
KEYCODE_NUMPAD_6
public static int KEYCODE_NUMPAD_6 { get; }
Property Value
KEYCODE_NUMPAD_7
public static int KEYCODE_NUMPAD_7 { get; }
Property Value
KEYCODE_NUMPAD_8
public static int KEYCODE_NUMPAD_8 { get; }
Property Value
KEYCODE_NUMPAD_9
public static int KEYCODE_NUMPAD_9 { get; }
Property Value
KEYCODE_NUMPAD_ADD
public static int KEYCODE_NUMPAD_ADD { get; }
Property Value
KEYCODE_NUMPAD_COMMA
public static int KEYCODE_NUMPAD_COMMA { get; }
Property Value
KEYCODE_NUMPAD_DIVIDE
public static int KEYCODE_NUMPAD_DIVIDE { get; }
Property Value
KEYCODE_NUMPAD_DOT
public static int KEYCODE_NUMPAD_DOT { get; }
Property Value
KEYCODE_NUMPAD_ENTER
public static int KEYCODE_NUMPAD_ENTER { get; }
Property Value
KEYCODE_NUMPAD_EQUALS
public static int KEYCODE_NUMPAD_EQUALS { get; }
Property Value
KEYCODE_NUMPAD_LEFT_PAREN
public static int KEYCODE_NUMPAD_LEFT_PAREN { get; }
Property Value
KEYCODE_NUMPAD_MULTIPLY
public static int KEYCODE_NUMPAD_MULTIPLY { get; }
Property Value
KEYCODE_NUMPAD_RIGHT_PAREN
public static int KEYCODE_NUMPAD_RIGHT_PAREN { get; }
Property Value
KEYCODE_NUMPAD_SUBTRACT
public static int KEYCODE_NUMPAD_SUBTRACT { get; }
Property Value
KEYCODE_NUM_LOCK
public static int KEYCODE_NUM_LOCK { get; }
Property Value
KEYCODE_O
public static int KEYCODE_O { get; }
Property Value
KEYCODE_P
public static int KEYCODE_P { get; }
Property Value
KEYCODE_PAGE_DOWN
public static int KEYCODE_PAGE_DOWN { get; }
Property Value
KEYCODE_PAGE_UP
public static int KEYCODE_PAGE_UP { get; }
Property Value
KEYCODE_PAIRING
public static int KEYCODE_PAIRING { get; }
Property Value
KEYCODE_PASTE
public static int KEYCODE_PASTE { get; }
Property Value
KEYCODE_PERIOD
public static int KEYCODE_PERIOD { get; }
Property Value
KEYCODE_PICTSYMBOLS
public static int KEYCODE_PICTSYMBOLS { get; }
Property Value
KEYCODE_PLUS
public static int KEYCODE_PLUS { get; }
Property Value
KEYCODE_POUND
public static int KEYCODE_POUND { get; }
Property Value
KEYCODE_POWER
public static int KEYCODE_POWER { get; }
Property Value
KEYCODE_PROFILE_SWITCH
public static int KEYCODE_PROFILE_SWITCH { get; }
Property Value
KEYCODE_PROG_BLUE
public static int KEYCODE_PROG_BLUE { get; }
Property Value
KEYCODE_PROG_GREEN
public static int KEYCODE_PROG_GREEN { get; }
Property Value
KEYCODE_PROG_RED
public static int KEYCODE_PROG_RED { get; }
Property Value
KEYCODE_PROG_YELLOW
public static int KEYCODE_PROG_YELLOW { get; }
Property Value
KEYCODE_Q
public static int KEYCODE_Q { get; }
Property Value
KEYCODE_R
public static int KEYCODE_R { get; }
Property Value
KEYCODE_RECENT_APPS
public static int KEYCODE_RECENT_APPS { get; }
Property Value
KEYCODE_REFRESH
public static int KEYCODE_REFRESH { get; }
Property Value
KEYCODE_RIGHT_BRACKET
public static int KEYCODE_RIGHT_BRACKET { get; }
Property Value
KEYCODE_RO
public static int KEYCODE_RO { get; }
Property Value
KEYCODE_S
public static int KEYCODE_S { get; }
Property Value
KEYCODE_SCREENSHOT
public static int KEYCODE_SCREENSHOT { get; }
Property Value
KEYCODE_SCROLL_LOCK
public static int KEYCODE_SCROLL_LOCK { get; }
Property Value
KEYCODE_SEARCH
public static int KEYCODE_SEARCH { get; }
Property Value
KEYCODE_SEMICOLON
public static int KEYCODE_SEMICOLON { get; }
Property Value
KEYCODE_SETTINGS
public static int KEYCODE_SETTINGS { get; }
Property Value
KEYCODE_SHIFT_LEFT
public static int KEYCODE_SHIFT_LEFT { get; }
Property Value
KEYCODE_SHIFT_RIGHT
public static int KEYCODE_SHIFT_RIGHT { get; }
Property Value
KEYCODE_SLASH
public static int KEYCODE_SLASH { get; }
Property Value
KEYCODE_SLEEP
public static int KEYCODE_SLEEP { get; }
Property Value
KEYCODE_SOFT_LEFT
public static int KEYCODE_SOFT_LEFT { get; }
Property Value
KEYCODE_SOFT_RIGHT
public static int KEYCODE_SOFT_RIGHT { get; }
Property Value
KEYCODE_SOFT_SLEEP
public static int KEYCODE_SOFT_SLEEP { get; }
Property Value
KEYCODE_SPACE
public static int KEYCODE_SPACE { get; }
Property Value
KEYCODE_STAR
public static int KEYCODE_STAR { get; }
Property Value
KEYCODE_STB_INPUT
public static int KEYCODE_STB_INPUT { get; }
Property Value
KEYCODE_STB_POWER
public static int KEYCODE_STB_POWER { get; }
Property Value
KEYCODE_STEM_1
public static int KEYCODE_STEM_1 { get; }
Property Value
KEYCODE_STEM_2
public static int KEYCODE_STEM_2 { get; }
Property Value
KEYCODE_STEM_3
public static int KEYCODE_STEM_3 { get; }
Property Value
KEYCODE_STEM_PRIMARY
public static int KEYCODE_STEM_PRIMARY { get; }
Property Value
KEYCODE_STYLUS_BUTTON_PRIMARY
public static int KEYCODE_STYLUS_BUTTON_PRIMARY { get; }
Property Value
KEYCODE_STYLUS_BUTTON_SECONDARY
public static int KEYCODE_STYLUS_BUTTON_SECONDARY { get; }
Property Value
KEYCODE_STYLUS_BUTTON_TAIL
public static int KEYCODE_STYLUS_BUTTON_TAIL { get; }
Property Value
KEYCODE_STYLUS_BUTTON_TERTIARY
public static int KEYCODE_STYLUS_BUTTON_TERTIARY { get; }
Property Value
KEYCODE_SWITCH_CHARSET
public static int KEYCODE_SWITCH_CHARSET { get; }
Property Value
KEYCODE_SYM
public static int KEYCODE_SYM { get; }
Property Value
KEYCODE_SYSRQ
public static int KEYCODE_SYSRQ { get; }
Property Value
KEYCODE_SYSTEM_NAVIGATION_DOWN
public static int KEYCODE_SYSTEM_NAVIGATION_DOWN { get; }
Property Value
KEYCODE_SYSTEM_NAVIGATION_LEFT
public static int KEYCODE_SYSTEM_NAVIGATION_LEFT { get; }
Property Value
KEYCODE_SYSTEM_NAVIGATION_RIGHT
public static int KEYCODE_SYSTEM_NAVIGATION_RIGHT { get; }
Property Value
KEYCODE_SYSTEM_NAVIGATION_UP
public static int KEYCODE_SYSTEM_NAVIGATION_UP { get; }
Property Value
KEYCODE_T
public static int KEYCODE_T { get; }
Property Value
KEYCODE_TAB
public static int KEYCODE_TAB { get; }
Property Value
KEYCODE_THUMBS_DOWN
public static int KEYCODE_THUMBS_DOWN { get; }
Property Value
KEYCODE_THUMBS_UP
public static int KEYCODE_THUMBS_UP { get; }
Property Value
KEYCODE_TV
public static int KEYCODE_TV { get; }
Property Value
KEYCODE_TV_ANTENNA_CABLE
public static int KEYCODE_TV_ANTENNA_CABLE { get; }
Property Value
KEYCODE_TV_AUDIO_DESCRIPTION
public static int KEYCODE_TV_AUDIO_DESCRIPTION { get; }
Property Value
KEYCODE_TV_AUDIO_DESCRIPTION_MIX_DOWN
public static int KEYCODE_TV_AUDIO_DESCRIPTION_MIX_DOWN { get; }
Property Value
KEYCODE_TV_AUDIO_DESCRIPTION_MIX_UP
public static int KEYCODE_TV_AUDIO_DESCRIPTION_MIX_UP { get; }
Property Value
KEYCODE_TV_CONTENTS_MENU
public static int KEYCODE_TV_CONTENTS_MENU { get; }
Property Value
KEYCODE_TV_DATA_SERVICE
public static int KEYCODE_TV_DATA_SERVICE { get; }
Property Value
KEYCODE_TV_INPUT
public static int KEYCODE_TV_INPUT { get; }
Property Value
KEYCODE_TV_INPUT_COMPONENT_1
public static int KEYCODE_TV_INPUT_COMPONENT_1 { get; }
Property Value
KEYCODE_TV_INPUT_COMPONENT_2
public static int KEYCODE_TV_INPUT_COMPONENT_2 { get; }
Property Value
KEYCODE_TV_INPUT_COMPOSITE_1
public static int KEYCODE_TV_INPUT_COMPOSITE_1 { get; }
Property Value
KEYCODE_TV_INPUT_COMPOSITE_2
public static int KEYCODE_TV_INPUT_COMPOSITE_2 { get; }
Property Value
KEYCODE_TV_INPUT_HDMI_1
public static int KEYCODE_TV_INPUT_HDMI_1 { get; }
Property Value
KEYCODE_TV_INPUT_HDMI_2
public static int KEYCODE_TV_INPUT_HDMI_2 { get; }
Property Value
KEYCODE_TV_INPUT_HDMI_3
public static int KEYCODE_TV_INPUT_HDMI_3 { get; }
Property Value
KEYCODE_TV_INPUT_HDMI_4
public static int KEYCODE_TV_INPUT_HDMI_4 { get; }
Property Value
KEYCODE_TV_INPUT_VGA_1
public static int KEYCODE_TV_INPUT_VGA_1 { get; }
Property Value
KEYCODE_TV_MEDIA_CONTEXT_MENU
public static int KEYCODE_TV_MEDIA_CONTEXT_MENU { get; }
Property Value
KEYCODE_TV_NETWORK
public static int KEYCODE_TV_NETWORK { get; }
Property Value
KEYCODE_TV_NUMBER_ENTRY
public static int KEYCODE_TV_NUMBER_ENTRY { get; }
Property Value
KEYCODE_TV_POWER
public static int KEYCODE_TV_POWER { get; }
Property Value
KEYCODE_TV_RADIO_SERVICE
public static int KEYCODE_TV_RADIO_SERVICE { get; }
Property Value
KEYCODE_TV_SATELLITE
public static int KEYCODE_TV_SATELLITE { get; }
Property Value
KEYCODE_TV_SATELLITE_BS
public static int KEYCODE_TV_SATELLITE_BS { get; }
Property Value
KEYCODE_TV_SATELLITE_CS
public static int KEYCODE_TV_SATELLITE_CS { get; }
Property Value
KEYCODE_TV_SATELLITE_SERVICE
public static int KEYCODE_TV_SATELLITE_SERVICE { get; }
Property Value
KEYCODE_TV_TELETEXT
public static int KEYCODE_TV_TELETEXT { get; }
Property Value
KEYCODE_TV_TERRESTRIAL_ANALOG
public static int KEYCODE_TV_TERRESTRIAL_ANALOG { get; }
Property Value
KEYCODE_TV_TERRESTRIAL_DIGITAL
public static int KEYCODE_TV_TERRESTRIAL_DIGITAL { get; }
Property Value
KEYCODE_TV_TIMER_PROGRAMMING
public static int KEYCODE_TV_TIMER_PROGRAMMING { get; }
Property Value
KEYCODE_TV_ZOOM_MODE
public static int KEYCODE_TV_ZOOM_MODE { get; }
Property Value
KEYCODE_U
public static int KEYCODE_U { get; }
Property Value
KEYCODE_UNKNOWN
public static int KEYCODE_UNKNOWN { get; }
Property Value
KEYCODE_V
public static int KEYCODE_V { get; }
Property Value
KEYCODE_VIDEO_APP_1
public static int KEYCODE_VIDEO_APP_1 { get; }
Property Value
KEYCODE_VIDEO_APP_2
public static int KEYCODE_VIDEO_APP_2 { get; }
Property Value
KEYCODE_VIDEO_APP_3
public static int KEYCODE_VIDEO_APP_3 { get; }
Property Value
KEYCODE_VIDEO_APP_4
public static int KEYCODE_VIDEO_APP_4 { get; }
Property Value
KEYCODE_VIDEO_APP_5
public static int KEYCODE_VIDEO_APP_5 { get; }
Property Value
KEYCODE_VIDEO_APP_6
public static int KEYCODE_VIDEO_APP_6 { get; }
Property Value
KEYCODE_VIDEO_APP_7
public static int KEYCODE_VIDEO_APP_7 { get; }
Property Value
KEYCODE_VIDEO_APP_8
public static int KEYCODE_VIDEO_APP_8 { get; }
Property Value
KEYCODE_VOICE_ASSIST
public static int KEYCODE_VOICE_ASSIST { get; }
Property Value
KEYCODE_VOLUME_DOWN
public static int KEYCODE_VOLUME_DOWN { get; }
Property Value
KEYCODE_VOLUME_MUTE
public static int KEYCODE_VOLUME_MUTE { get; }
Property Value
KEYCODE_VOLUME_UP
public static int KEYCODE_VOLUME_UP { get; }
Property Value
KEYCODE_W
public static int KEYCODE_W { get; }
Property Value
KEYCODE_WAKEUP
public static int KEYCODE_WAKEUP { get; }
Property Value
KEYCODE_WINDOW
public static int KEYCODE_WINDOW { get; }
Property Value
KEYCODE_X
public static int KEYCODE_X { get; }
Property Value
KEYCODE_Y
public static int KEYCODE_Y { get; }
Property Value
KEYCODE_YEN
public static int KEYCODE_YEN { get; }
Property Value
KEYCODE_Z
public static int KEYCODE_Z { get; }
Property Value
KEYCODE_ZENKAKU_HANKAKU
public static int KEYCODE_ZENKAKU_HANKAKU { get; }
Property Value
KEYCODE_ZOOM_IN
public static int KEYCODE_ZOOM_IN { get; }
Property Value
KEYCODE_ZOOM_OUT
public static int KEYCODE_ZOOM_OUT { get; }
Property Value
MAX_KEYCODE
[Obsolete]
public static int MAX_KEYCODE { get; }
Property Value
META_ALT_LEFT_ON
public static int META_ALT_LEFT_ON { get; }
Property Value
META_ALT_MASK
public static int META_ALT_MASK { get; }
Property Value
META_ALT_ON
public static int META_ALT_ON { get; }
Property Value
META_ALT_RIGHT_ON
public static int META_ALT_RIGHT_ON { get; }
Property Value
META_CAPS_LOCK_ON
public static int META_CAPS_LOCK_ON { get; }
Property Value
META_CTRL_LEFT_ON
public static int META_CTRL_LEFT_ON { get; }
Property Value
META_CTRL_MASK
public static int META_CTRL_MASK { get; }
Property Value
META_CTRL_ON
public static int META_CTRL_ON { get; }
Property Value
META_CTRL_RIGHT_ON
public static int META_CTRL_RIGHT_ON { get; }
Property Value
META_FUNCTION_ON
public static int META_FUNCTION_ON { get; }
Property Value
META_META_LEFT_ON
public static int META_META_LEFT_ON { get; }
Property Value
META_META_MASK
public static int META_META_MASK { get; }
Property Value
META_META_ON
public static int META_META_ON { get; }
Property Value
META_META_RIGHT_ON
public static int META_META_RIGHT_ON { get; }
Property Value
META_NUM_LOCK_ON
public static int META_NUM_LOCK_ON { get; }
Property Value
META_SCROLL_LOCK_ON
public static int META_SCROLL_LOCK_ON { get; }
Property Value
META_SHIFT_LEFT_ON
public static int META_SHIFT_LEFT_ON { get; }
Property Value
META_SHIFT_MASK
public static int META_SHIFT_MASK { get; }
Property Value
META_SHIFT_ON
public static int META_SHIFT_ON { get; }
Property Value
META_SHIFT_RIGHT_ON
public static int META_SHIFT_RIGHT_ON { get; }
Property Value
META_SYM_ON
public static int META_SYM_ON { get; }
Property Value
Methods
ChangeAction(KeyEvent, int)
public static KeyEvent ChangeAction(KeyEvent arg0, int arg1)
Parameters
Returns
ChangeFlags(KeyEvent, int)
public static KeyEvent ChangeFlags(KeyEvent arg0, int arg1)
Parameters
Returns
ChangeTimeRepeat(KeyEvent, long, int)
public static KeyEvent ChangeTimeRepeat(KeyEvent arg0, long arg1, int arg2)
Parameters
Returns
ChangeTimeRepeat(KeyEvent, long, int, int)
public static KeyEvent ChangeTimeRepeat(KeyEvent arg0, long arg1, int arg2, int arg3)
Parameters
Returns
Dispatch(Callback)
[Obsolete]
public bool Dispatch(KeyEvent.Callback arg0)
Parameters
Returns
Dispatch(Callback, DispatcherState, object)
public bool Dispatch(KeyEvent.Callback arg0, KeyEvent.DispatcherState arg1, object arg2)
Parameters
arg0
KeyEvent.Callbackarg1
KeyEvent.DispatcherStatearg2
object
Returns
GetAction()
public int GetAction()
Returns
GetCharacters()
[Obsolete]
public String GetCharacters()
Returns
GetDeadChar(int, int)
public static int GetDeadChar(int arg0, int arg1)
Parameters
Returns
GetDisplayLabel()
public char GetDisplayLabel()
Returns
GetDownTime()
public long GetDownTime()
Returns
GetFlags()
public int GetFlags()
Returns
GetKeyCharacterMap()
public KeyCharacterMap GetKeyCharacterMap()
Returns
GetKeyCode()
public int GetKeyCode()
Returns
GetKeyData(KeyData)
[Obsolete]
public bool GetKeyData(KeyCharacterMap.KeyData arg0)
Parameters
Returns
GetMatch(char[])
public char GetMatch(char[] arg0)
Parameters
Returns
GetMatch(char[], int)
public char GetMatch(char[] arg0, int arg1)
Parameters
Returns
GetMaxKeyCode()
public static int GetMaxKeyCode()
Returns
GetMetaState()
public int GetMetaState()
Returns
GetModifierMetaStateMask()
public static int GetModifierMetaStateMask()
Returns
GetModifiers()
public int GetModifiers()
Returns
GetNumber()
public char GetNumber()
Returns
GetRepeatCount()
public int GetRepeatCount()
Returns
GetScanCode()
public int GetScanCode()
Returns
GetUnicodeChar()
public int GetUnicodeChar()
Returns
GetUnicodeChar(int)
public int GetUnicodeChar(int arg0)
Parameters
Returns
HasModifiers(int)
public bool HasModifiers(int arg0)
Parameters
Returns
HasNoModifiers()
public bool HasNoModifiers()
Returns
IsAltPressed()
public bool IsAltPressed()
Returns
IsCanceled()
public bool IsCanceled()
Returns
IsCapsLockOn()
public bool IsCapsLockOn()
Returns
IsCtrlPressed()
public bool IsCtrlPressed()
Returns
IsFunctionPressed()
public bool IsFunctionPressed()
Returns
IsGamepadButton(int)
public static bool IsGamepadButton(int arg0)
Parameters
Returns
IsLongPress()
public bool IsLongPress()
Returns
IsMediaSessionKey(int)
public static bool IsMediaSessionKey(int arg0)
Parameters
Returns
IsMetaPressed()
public bool IsMetaPressed()
Returns
IsModifierKey(int)
public static bool IsModifierKey(int arg0)
Parameters
Returns
IsNumLockOn()
public bool IsNumLockOn()
Returns
IsPrintingKey()
public bool IsPrintingKey()
Returns
IsScrollLockOn()
public bool IsScrollLockOn()
Returns
IsShiftPressed()
public bool IsShiftPressed()
Returns
IsSymPressed()
public bool IsSymPressed()
Returns
IsSystem()
public bool IsSystem()
Returns
IsTracking()
public bool IsTracking()
Returns
KeyCodeFromString(String)
public static int KeyCodeFromString(String arg0)
Parameters
Returns
KeyCodeToString(int)
public static String KeyCodeToString(int arg0)
Parameters
Returns
MetaStateHasModifiers(int, int)
public static bool MetaStateHasModifiers(int arg0, int arg1)
Parameters
Returns
MetaStateHasNoModifiers(int)
public static bool MetaStateHasNoModifiers(int arg0)
Parameters
Returns
NormalizeMetaState(int)
public static int NormalizeMetaState(int arg0)
Parameters
Returns
SetSource(int)
public void SetSource(int arg0)
Parameters
StartTracking()
public void StartTracking()