| 378 | } |
| 379 | |
| 380 | void InputEventKey::set_location(KeyLocation p_key_location) { |
| 381 | location = p_key_location; |
| 382 | emit_changed(); |
| 383 | } |
| 384 | |
| 385 | KeyLocation InputEventKey::get_location() const { |
| 386 | return location; |
no outgoing calls
no test coverage detected