| 218 | } |
| 219 | |
| 220 | bool InputEventWithModifiers::is_ctrl_pressed() const { |
| 221 | return ctrl_pressed; |
| 222 | } |
| 223 | |
| 224 | void InputEventWithModifiers::set_meta_pressed(bool p_enabled) { |
| 225 | ERR_FAIL_COND_MSG(command_or_control_autoremap, "Command or Control autoremapping is enabled, cannot set Meta directly!"); |
no outgoing calls
no test coverage detected