#include <widget.h>
Public Types | |
| enum | Type { NO_EVENT = 0L, FOCUS, UNFOCUS, KEYDOWN, KEYUP } |
| enum | Modifier { SHIFT = BIT(0L), CAPLOCK = BIT(1L), CONTROL = BIT(2L), ALT = BIT(4L), NUMLOCK = BIT(3L), META = BIT(5L), SCROLLLOCK = BIT(6L) } |
Public Member Functions | |
| KeyboardEvent (int ev=NO_EVENT, int ky=0L, int mod=0L, char ch=0) | |
| ascii char of key | |
| KeyboardEvent (const KeyboardEvent &that) | |
| Copy Constructor. | |
| KeyboardEvent & | operator= (const KeyboardEvent &that) |
| Copy Operator. | |
Public Attributes | |
| int | event |
| int | key |
| keyboard event | |
| int | mod |
| event key | |
| char | chr |
| key modifiers | |
Static Public Attributes | |
| static const int | KEY_BackSpace = osgGA::GUIEventAdapter::KEY_BackSpace |
| static const int | KEY_Tab = osgGA::GUIEventAdapter::KEY_Tab |
| static const int | KEY_Enter = osgGA::GUIEventAdapter::KEY_Return |
| static const int | KEY_Pause = osgGA::GUIEventAdapter::KEY_Pause |
| static const int | KEY_Scroll_Lock = osgGA::GUIEventAdapter::KEY_Scroll_Lock |
| static const int | KEY_Sys_Req = osgGA::GUIEventAdapter::KEY_Sys_Req |
| static const int | KEY_Escape = osgGA::GUIEventAdapter::KEY_Escape |
| static const int | KEY_Home = osgGA::GUIEventAdapter::KEY_Home |
| static const int | KEY_Left = osgGA::GUIEventAdapter::KEY_Left |
| static const int | KEY_Up = osgGA::GUIEventAdapter::KEY_Up |
| static const int | KEY_Right = osgGA::GUIEventAdapter::KEY_Right |
| static const int | KEY_Down = osgGA::GUIEventAdapter::KEY_Down |
| static const int | KEY_Page_Up = osgGA::GUIEventAdapter::KEY_Page_Up |
| static const int | KEY_Page_Down = osgGA::GUIEventAdapter::KEY_Page_Down |
| static const int | KEY_End = osgGA::GUIEventAdapter::KEY_End |
| static const int | KEY_Print = osgGA::GUIEventAdapter::KEY_Print |
| static const int | KEY_Insert = osgGA::GUIEventAdapter::KEY_Insert |
| static const int | KEY_Menu = osgGA::GUIEventAdapter::KEY_Menu |
| static const int | KEY_Help = osgGA::GUIEventAdapter::KEY_Help |
| static const int | KEY_Num_Lock = osgGA::GUIEventAdapter::KEY_Num_Lock |
| static const int | KEY_KP_Enter = osgGA::GUIEventAdapter::KEY_KP_Enter |
| static const int | KEY_Shift_L = osgGA::GUIEventAdapter::KEY_Shift_R |
| static const int | KEY_Shift_R = osgGA::GUIEventAdapter::KEY_Shift_L |
| static const int | KEY_Control_L = osgGA::GUIEventAdapter::KEY_Control_R |
| static const int | KEY_Control_R = osgGA::GUIEventAdapter::KEY_Control_L |
| static const int | KEY_Caps_Lock = osgGA::GUIEventAdapter::KEY_Caps_Lock |
| static const int | KEY_Meta_L = osgGA::GUIEventAdapter::KEY_Meta_L |
| static const int | KEY_Meta_R = osgGA::GUIEventAdapter::KEY_Meta_R |
| static const int | KEY_Alt_L = osgGA::GUIEventAdapter::KEY_Alt_L |
| static const int | KEY_Alt_R = osgGA::GUIEventAdapter::KEY_Alt_R |
| static const int | KEY_Delete = osgGA::GUIEventAdapter::KEY_Delete |
| static const int | KEY_Space = ' ' |
| static const int | KEY_Exclam = '!' |
| static const int | KEY_DblQuote = '"' |
| static const int | KEY_NumSign = '#' |
| static const int | KEY_Dollar = '$' |
| static const int | KEY_Percent = '%' |
| static const int | KEY_Ampersand = '&' |
| static const int | KEY_Apostrophe = '\'' |
| static const int | KEY_Paren_L = '(' |
| static const int | KEY_Paren_R = ')' |
| static const int | KEY_Asterisk = '*' |
| static const int | KEY_Plus = '+' |
| static const int | KEY_Comma = ',' |
| static const int | KEY_Minus = '-' |
| static const int | KEY_Period = '.' |
| static const int | KEY_Slash = '/' |
| static const int | KEY_0 = '0' |
| static const int | KEY_1 = '1' |
| static const int | KEY_2 = '2' |
| static const int | KEY_3 = '3' |
| static const int | KEY_4 = '4' |
| static const int | KEY_5 = '5' |
| static const int | KEY_6 = '6' |
| static const int | KEY_7 = '7' |
| static const int | KEY_8 = '8' |
| static const int | KEY_9 = '9' |
| static const int | KEY_Colon = ',' |
| static const int | KEY_Semicolon = ';' |
| static const int | KEY_Less = '<' |
| static const int | KEY_Equal = '=' |
| static const int | KEY_Greater = '>' |
| static const int | KEY_Question = '?' |
| static const int | KEY_At = '@' |
| static const int | KEY_A = 'A' |
| static const int | KEY_B = 'B' |
| static const int | KEY_C = 'C' |
| static const int | KEY_D = 'D' |
| static const int | KEY_E = 'E' |
| static const int | KEY_F = 'F' |
| static const int | KEY_G = 'G' |
| static const int | KEY_H = 'H' |
| static const int | KEY_I = 'I' |
| static const int | KEY_J = 'J' |
| static const int | KEY_K = 'K' |
| static const int | KEY_L = 'L' |
| static const int | KEY_M = 'M' |
| static const int | KEY_N = 'N' |
| static const int | KEY_O = 'O' |
| static const int | KEY_P = 'P' |
| static const int | KEY_Q = 'Q' |
| static const int | KEY_R = 'R' |
| static const int | KEY_S = 'S' |
| static const int | KEY_T = 'T' |
| static const int | KEY_U = 'U' |
| static const int | KEY_V = 'V' |
| static const int | KEY_W = 'W' |
| static const int | KEY_X = 'X' |
| static const int | KEY_Y = 'Y' |
| static const int | KEY_Z = 'Z' |
| static const int | KEY_Bracket_L = '[' |
| static const int | KEY_Backslash = '\\' |
| static const int | KEY_Bracket_R = ']' |
| static const int | KEY_Caret = '^' |
| static const int | KEY_UnderScore = '_' |
| static const int | KEY_Quote_L = '`' |
| static const int | KEY_a = 'a' |
| static const int | KEY_b = 'b' |
| static const int | KEY_c = 'c' |
| static const int | KEY_d = 'd' |
| static const int | KEY_e = 'e' |
| static const int | KEY_f = 'f' |
| static const int | KEY_g = 'g' |
| static const int | KEY_h = 'h' |
| static const int | KEY_i = 'i' |
| static const int | KEY_j = 'j' |
| static const int | KEY_k = 'k' |
| static const int | KEY_l = 'l' |
| static const int | KEY_m = 'm' |
| static const int | KEY_n = 'n' |
| static const int | KEY_o = 'o' |
| static const int | KEY_p = 'p' |
| static const int | KEY_q = 'q' |
| static const int | KEY_r = 'r' |
| static const int | KEY_s = 's' |
| static const int | KEY_t = 't' |
| static const int | KEY_u = 'u' |
| static const int | KEY_v = 'v' |
| static const int | KEY_w = 'w' |
| static const int | KEY_x = 'x' |
| static const int | KEY_y = 'y' |
| static const int | KEY_z = 'z' |
| static const int | KEY_Brace_L = '{' |
| static const int | KEY_Bar = '|' |
| static const int | KEY_Brace_R = '}' |
| static const int | KEY_Tilde = '~' |
| static const int | KEY_KP_Home = osgGA::GUIEventAdapter::KEY_KP_Home |
| static const int | KEY_KP_Left = osgGA::GUIEventAdapter::KEY_KP_Left |
| static const int | KEY_KP_Up = osgGA::GUIEventAdapter::KEY_KP_Up |
| static const int | KEY_KP_Right = osgGA::GUIEventAdapter::KEY_KP_Right |
| static const int | KEY_KP_Down = osgGA::GUIEventAdapter::KEY_KP_Down |
| static const int | KEY_KP_PageUp = osgGA::GUIEventAdapter::KEY_KP_Page_Up |
| static const int | KEY_KP_PageDown = osgGA::GUIEventAdapter::KEY_KP_Page_Down |
| static const int | KEY_KP_End = osgGA::GUIEventAdapter::KEY_KP_End |
| static const int | KEY_KP_Insert = osgGA::GUIEventAdapter::KEY_KP_Insert |
| static const int | KEY_KP_Delete = osgGA::GUIEventAdapter::KEY_KP_Delete |
| static const int | KEY_KP_Mul = osgGA::GUIEventAdapter::KEY_KP_Multiply |
| static const int | KEY_KP_Add = osgGA::GUIEventAdapter::KEY_KP_Add |
| static const int | KEY_KP_Sub = osgGA::GUIEventAdapter::KEY_KP_Subtract |
| static const int | KEY_KP_Dec = osgGA::GUIEventAdapter::KEY_KP_Decimal |
| static const int | KEY_KP_Div = osgGA::GUIEventAdapter::KEY_KP_Divide |
| static const int | KEY_KP_0 = osgGA::GUIEventAdapter::KEY_KP_0 |
| static const int | KEY_KP_1 = osgGA::GUIEventAdapter::KEY_KP_1 |
| static const int | KEY_KP_2 = osgGA::GUIEventAdapter::KEY_KP_2 |
| static const int | KEY_KP_3 = osgGA::GUIEventAdapter::KEY_KP_3 |
| static const int | KEY_KP_4 = osgGA::GUIEventAdapter::KEY_KP_4 |
| static const int | KEY_KP_5 = osgGA::GUIEventAdapter::KEY_KP_5 |
| static const int | KEY_KP_6 = osgGA::GUIEventAdapter::KEY_KP_6 |
| static const int | KEY_KP_7 = osgGA::GUIEventAdapter::KEY_KP_7 |
| static const int | KEY_KP_8 = osgGA::GUIEventAdapter::KEY_KP_8 |
| static const int | KEY_KP_9 = osgGA::GUIEventAdapter::KEY_KP_9 |
| static const int | KEY_KP_Equal = osgGA::GUIEventAdapter::KEY_KP_Equal |
| static const int | KEY_F1 = osgGA::GUIEventAdapter::KEY_F1 |
| static const int | KEY_F2 = osgGA::GUIEventAdapter::KEY_F2 |
| static const int | KEY_F3 = osgGA::GUIEventAdapter::KEY_F3 |
| static const int | KEY_F4 = osgGA::GUIEventAdapter::KEY_F4 |
| static const int | KEY_F5 = osgGA::GUIEventAdapter::KEY_F5 |
| static const int | KEY_F6 = osgGA::GUIEventAdapter::KEY_F6 |
| static const int | KEY_F7 = osgGA::GUIEventAdapter::KEY_F7 |
| static const int | KEY_F8 = osgGA::GUIEventAdapter::KEY_F8 |
| static const int | KEY_F9 = osgGA::GUIEventAdapter::KEY_F9 |
| static const int | KEY_F10 = osgGA::GUIEventAdapter::KEY_F10 |
| static const int | KEY_F11 = osgGA::GUIEventAdapter::KEY_F11 |
| static const int | KEY_F12 = osgGA::GUIEventAdapter::KEY_F12 |
| KeyboardEvent::KeyboardEvent | ( | int | ev = NO_EVENT, |
|
| int | ky = 0L, |
|||
| int | mod = 0L, |
|||
| char | ch = 0 | |||
| ) |
ascii char of key
| KeyboardEvent::KeyboardEvent | ( | const KeyboardEvent & | that | ) |
Copy Constructor.
| that | object to copy from |
| KeyboardEvent & KeyboardEvent::operator= | ( | const KeyboardEvent & | that | ) |
Copy Operator.
| that | object to copy from |
keyboard event
event key
key modifiers
const int KeyboardEvent::KEY_BackSpace = osgGA::GUIEventAdapter::KEY_BackSpace [static] |
const int KeyboardEvent::KEY_Tab = osgGA::GUIEventAdapter::KEY_Tab [static] |
const int KeyboardEvent::KEY_Enter = osgGA::GUIEventAdapter::KEY_Return [static] |
const int KeyboardEvent::KEY_Pause = osgGA::GUIEventAdapter::KEY_Pause [static] |
const int KeyboardEvent::KEY_Scroll_Lock = osgGA::GUIEventAdapter::KEY_Scroll_Lock [static] |
const int KeyboardEvent::KEY_Sys_Req = osgGA::GUIEventAdapter::KEY_Sys_Req [static] |
const int KeyboardEvent::KEY_Escape = osgGA::GUIEventAdapter::KEY_Escape [static] |
const int KeyboardEvent::KEY_Home = osgGA::GUIEventAdapter::KEY_Home [static] |
const int KeyboardEvent::KEY_Left = osgGA::GUIEventAdapter::KEY_Left [static] |
const int KeyboardEvent::KEY_Up = osgGA::GUIEventAdapter::KEY_Up [static] |
const int KeyboardEvent::KEY_Right = osgGA::GUIEventAdapter::KEY_Right [static] |
const int KeyboardEvent::KEY_Down = osgGA::GUIEventAdapter::KEY_Down [static] |
const int KeyboardEvent::KEY_Page_Up = osgGA::GUIEventAdapter::KEY_Page_Up [static] |
const int KeyboardEvent::KEY_Page_Down = osgGA::GUIEventAdapter::KEY_Page_Down [static] |
const int KeyboardEvent::KEY_End = osgGA::GUIEventAdapter::KEY_End [static] |
const int KeyboardEvent::KEY_Print = osgGA::GUIEventAdapter::KEY_Print [static] |
const int KeyboardEvent::KEY_Insert = osgGA::GUIEventAdapter::KEY_Insert [static] |
const int KeyboardEvent::KEY_Menu = osgGA::GUIEventAdapter::KEY_Menu [static] |
const int KeyboardEvent::KEY_Help = osgGA::GUIEventAdapter::KEY_Help [static] |
const int KeyboardEvent::KEY_Num_Lock = osgGA::GUIEventAdapter::KEY_Num_Lock [static] |
const int KeyboardEvent::KEY_KP_Enter = osgGA::GUIEventAdapter::KEY_KP_Enter [static] |
const int KeyboardEvent::KEY_Shift_L = osgGA::GUIEventAdapter::KEY_Shift_R [static] |
const int KeyboardEvent::KEY_Shift_R = osgGA::GUIEventAdapter::KEY_Shift_L [static] |
const int KeyboardEvent::KEY_Control_L = osgGA::GUIEventAdapter::KEY_Control_R [static] |
const int KeyboardEvent::KEY_Control_R = osgGA::GUIEventAdapter::KEY_Control_L [static] |
const int KeyboardEvent::KEY_Caps_Lock = osgGA::GUIEventAdapter::KEY_Caps_Lock [static] |
const int KeyboardEvent::KEY_Meta_L = osgGA::GUIEventAdapter::KEY_Meta_L [static] |
const int KeyboardEvent::KEY_Meta_R = osgGA::GUIEventAdapter::KEY_Meta_R [static] |
const int KeyboardEvent::KEY_Alt_L = osgGA::GUIEventAdapter::KEY_Alt_L [static] |
const int KeyboardEvent::KEY_Alt_R = osgGA::GUIEventAdapter::KEY_Alt_R [static] |
const int KeyboardEvent::KEY_Delete = osgGA::GUIEventAdapter::KEY_Delete [static] |
const int KeyboardEvent::KEY_Space = ' ' [static] |
const int KeyboardEvent::KEY_Exclam = '!' [static] |
const int KeyboardEvent::KEY_DblQuote = '"' [static] |
const int KeyboardEvent::KEY_NumSign = '#' [static] |
const int KeyboardEvent::KEY_Dollar = '$' [static] |
const int KeyboardEvent::KEY_Percent = '%' [static] |
const int KeyboardEvent::KEY_Ampersand = '&' [static] |
const int KeyboardEvent::KEY_Apostrophe = '\'' [static] |
const int KeyboardEvent::KEY_Paren_L = '(' [static] |
const int KeyboardEvent::KEY_Paren_R = ')' [static] |
const int KeyboardEvent::KEY_Asterisk = '*' [static] |
const int KeyboardEvent::KEY_Plus = '+' [static] |
const int KeyboardEvent::KEY_Comma = ',' [static] |
const int KeyboardEvent::KEY_Minus = '-' [static] |
const int KeyboardEvent::KEY_Period = '.' [static] |
const int KeyboardEvent::KEY_Slash = '/' [static] |
const int KeyboardEvent::KEY_0 = '0' [static] |
const int KeyboardEvent::KEY_1 = '1' [static] |
const int KeyboardEvent::KEY_2 = '2' [static] |
const int KeyboardEvent::KEY_3 = '3' [static] |
const int KeyboardEvent::KEY_4 = '4' [static] |
const int KeyboardEvent::KEY_5 = '5' [static] |
const int KeyboardEvent::KEY_6 = '6' [static] |
const int KeyboardEvent::KEY_7 = '7' [static] |
const int KeyboardEvent::KEY_8 = '8' [static] |
const int KeyboardEvent::KEY_9 = '9' [static] |
const int KeyboardEvent::KEY_Colon = ',' [static] |
const int KeyboardEvent::KEY_Semicolon = ';' [static] |
const int KeyboardEvent::KEY_Less = '<' [static] |
const int KeyboardEvent::KEY_Equal = '=' [static] |
const int KeyboardEvent::KEY_Greater = '>' [static] |
const int KeyboardEvent::KEY_Question = '?' [static] |
const int KeyboardEvent::KEY_At = '@' [static] |
const int KeyboardEvent::KEY_A = 'A' [static] |
const int KeyboardEvent::KEY_B = 'B' [static] |
const int KeyboardEvent::KEY_C = 'C' [static] |
const int KeyboardEvent::KEY_D = 'D' [static] |
const int KeyboardEvent::KEY_E = 'E' [static] |
const int KeyboardEvent::KEY_F = 'F' [static] |
const int KeyboardEvent::KEY_G = 'G' [static] |
const int KeyboardEvent::KEY_H = 'H' [static] |
const int KeyboardEvent::KEY_I = 'I' [static] |
const int KeyboardEvent::KEY_J = 'J' [static] |
const int KeyboardEvent::KEY_K = 'K' [static] |
const int KeyboardEvent::KEY_L = 'L' [static] |
const int KeyboardEvent::KEY_M = 'M' [static] |
const int KeyboardEvent::KEY_N = 'N' [static] |
const int KeyboardEvent::KEY_O = 'O' [static] |
const int KeyboardEvent::KEY_P = 'P' [static] |
const int KeyboardEvent::KEY_Q = 'Q' [static] |
const int KeyboardEvent::KEY_R = 'R' [static] |
const int KeyboardEvent::KEY_S = 'S' [static] |
const int KeyboardEvent::KEY_T = 'T' [static] |
const int KeyboardEvent::KEY_U = 'U' [static] |
const int KeyboardEvent::KEY_V = 'V' [static] |
const int KeyboardEvent::KEY_W = 'W' [static] |
const int KeyboardEvent::KEY_X = 'X' [static] |
const int KeyboardEvent::KEY_Y = 'Y' [static] |
const int KeyboardEvent::KEY_Z = 'Z' [static] |
const int KeyboardEvent::KEY_Bracket_L = '[' [static] |
const int KeyboardEvent::KEY_Backslash = '\\' [static] |
const int KeyboardEvent::KEY_Bracket_R = ']' [static] |
const int KeyboardEvent::KEY_Caret = '^' [static] |
const int KeyboardEvent::KEY_UnderScore = '_' [static] |
const int KeyboardEvent::KEY_Quote_L = '`' [static] |
const int KeyboardEvent::KEY_a = 'a' [static] |
const int KeyboardEvent::KEY_b = 'b' [static] |
const int KeyboardEvent::KEY_c = 'c' [static] |
const int KeyboardEvent::KEY_d = 'd' [static] |
const int KeyboardEvent::KEY_e = 'e' [static] |
const int KeyboardEvent::KEY_f = 'f' [static] |
const int KeyboardEvent::KEY_g = 'g' [static] |
const int KeyboardEvent::KEY_h = 'h' [static] |
const int KeyboardEvent::KEY_i = 'i' [static] |
const int KeyboardEvent::KEY_j = 'j' [static] |
const int KeyboardEvent::KEY_k = 'k' [static] |
const int KeyboardEvent::KEY_l = 'l' [static] |
const int KeyboardEvent::KEY_m = 'm' [static] |
const int KeyboardEvent::KEY_n = 'n' [static] |
const int KeyboardEvent::KEY_o = 'o' [static] |
const int KeyboardEvent::KEY_p = 'p' [static] |
const int KeyboardEvent::KEY_q = 'q' [static] |
const int KeyboardEvent::KEY_r = 'r' [static] |
const int KeyboardEvent::KEY_s = 's' [static] |
const int KeyboardEvent::KEY_t = 't' [static] |
const int KeyboardEvent::KEY_u = 'u' [static] |
const int KeyboardEvent::KEY_v = 'v' [static] |
const int KeyboardEvent::KEY_w = 'w' [static] |
const int KeyboardEvent::KEY_x = 'x' [static] |
const int KeyboardEvent::KEY_y = 'y' [static] |
const int KeyboardEvent::KEY_z = 'z' [static] |
const int KeyboardEvent::KEY_Brace_L = '{' [static] |
const int KeyboardEvent::KEY_Bar = '|' [static] |
const int KeyboardEvent::KEY_Brace_R = '}' [static] |
const int KeyboardEvent::KEY_Tilde = '~' [static] |
const int KeyboardEvent::KEY_KP_Home = osgGA::GUIEventAdapter::KEY_KP_Home [static] |
const int KeyboardEvent::KEY_KP_Left = osgGA::GUIEventAdapter::KEY_KP_Left [static] |
const int KeyboardEvent::KEY_KP_Up = osgGA::GUIEventAdapter::KEY_KP_Up [static] |
const int KeyboardEvent::KEY_KP_Right = osgGA::GUIEventAdapter::KEY_KP_Right [static] |
const int KeyboardEvent::KEY_KP_Down = osgGA::GUIEventAdapter::KEY_KP_Down [static] |
const int KeyboardEvent::KEY_KP_PageUp = osgGA::GUIEventAdapter::KEY_KP_Page_Up [static] |
const int KeyboardEvent::KEY_KP_PageDown = osgGA::GUIEventAdapter::KEY_KP_Page_Down [static] |
const int KeyboardEvent::KEY_KP_End = osgGA::GUIEventAdapter::KEY_KP_End [static] |
const int KeyboardEvent::KEY_KP_Insert = osgGA::GUIEventAdapter::KEY_KP_Insert [static] |
const int KeyboardEvent::KEY_KP_Delete = osgGA::GUIEventAdapter::KEY_KP_Delete [static] |
const int KeyboardEvent::KEY_KP_Mul = osgGA::GUIEventAdapter::KEY_KP_Multiply [static] |
const int KeyboardEvent::KEY_KP_Add = osgGA::GUIEventAdapter::KEY_KP_Add [static] |
const int KeyboardEvent::KEY_KP_Sub = osgGA::GUIEventAdapter::KEY_KP_Subtract [static] |
const int KeyboardEvent::KEY_KP_Dec = osgGA::GUIEventAdapter::KEY_KP_Decimal [static] |
const int KeyboardEvent::KEY_KP_Div = osgGA::GUIEventAdapter::KEY_KP_Divide [static] |
const int KeyboardEvent::KEY_KP_0 = osgGA::GUIEventAdapter::KEY_KP_0 [static] |
const int KeyboardEvent::KEY_KP_1 = osgGA::GUIEventAdapter::KEY_KP_1 [static] |
const int KeyboardEvent::KEY_KP_2 = osgGA::GUIEventAdapter::KEY_KP_2 [static] |
const int KeyboardEvent::KEY_KP_3 = osgGA::GUIEventAdapter::KEY_KP_3 [static] |
const int KeyboardEvent::KEY_KP_4 = osgGA::GUIEventAdapter::KEY_KP_4 [static] |
const int KeyboardEvent::KEY_KP_5 = osgGA::GUIEventAdapter::KEY_KP_5 [static] |
const int KeyboardEvent::KEY_KP_6 = osgGA::GUIEventAdapter::KEY_KP_6 [static] |
const int KeyboardEvent::KEY_KP_7 = osgGA::GUIEventAdapter::KEY_KP_7 [static] |
const int KeyboardEvent::KEY_KP_8 = osgGA::GUIEventAdapter::KEY_KP_8 [static] |
const int KeyboardEvent::KEY_KP_9 = osgGA::GUIEventAdapter::KEY_KP_9 [static] |
const int KeyboardEvent::KEY_KP_Equal = osgGA::GUIEventAdapter::KEY_KP_Equal [static] |
const int KeyboardEvent::KEY_F1 = osgGA::GUIEventAdapter::KEY_F1 [static] |
const int KeyboardEvent::KEY_F2 = osgGA::GUIEventAdapter::KEY_F2 [static] |
const int KeyboardEvent::KEY_F3 = osgGA::GUIEventAdapter::KEY_F3 [static] |
const int KeyboardEvent::KEY_F4 = osgGA::GUIEventAdapter::KEY_F4 [static] |
const int KeyboardEvent::KEY_F5 = osgGA::GUIEventAdapter::KEY_F5 [static] |
const int KeyboardEvent::KEY_F6 = osgGA::GUIEventAdapter::KEY_F6 [static] |
const int KeyboardEvent::KEY_F7 = osgGA::GUIEventAdapter::KEY_F7 [static] |
const int KeyboardEvent::KEY_F8 = osgGA::GUIEventAdapter::KEY_F8 [static] |
const int KeyboardEvent::KEY_F9 = osgGA::GUIEventAdapter::KEY_F9 [static] |
const int KeyboardEvent::KEY_F10 = osgGA::GUIEventAdapter::KEY_F10 [static] |
const int KeyboardEvent::KEY_F11 = osgGA::GUIEventAdapter::KEY_F11 [static] |
const int KeyboardEvent::KEY_F12 = osgGA::GUIEventAdapter::KEY_F12 [static] |