Module: W3C::DOM3::KeyboardEvent::KeyLocations
- Included in:
- W3C::DOM3::KeyboardEvent
- Defined in:
- lib/w3c/dom3/keyboard_event.rb
Constant Summary collapse
- DOM_KEY_LOCATION_STANDARD =
0x00
- DOM_KEY_LOCATION_LEFT =
0x01
- DOM_KEY_LOCATION_RIGHT =
0x02
- DOM_KEY_LOCATION_NUMPAD =
0x03