chromium/ui/events/ozone/evdev/imposter_checker_evdev_state.cc

// Copyright 2024 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "ui/events/ozone/evdev/imposter_checker_evdev_state.h"

#include "base/check_deref.h"
#include "base/feature_list.h"
#include "base/functional/callback.h"
#include "ui/events/ozone/features.h"

namespace ui {

namespace {

static ImposterCheckerEvdevState* g_instance =;

}  // namespace

ImposterCheckerEvdevState& ImposterCheckerEvdevState::Get() {}

bool ImposterCheckerEvdevState::HasInstance() {}

ImposterCheckerEvdevState::ImposterCheckerEvdevState() {}

ImposterCheckerEvdevState::~ImposterCheckerEvdevState() {}

bool ImposterCheckerEvdevState::IsKeyboardCheckEnabled() {}

void ImposterCheckerEvdevState::SetKeyboardCheckEnabled(bool enabled) {}

}  // namespace ui