/* * Matchbox Keyboard - A lightweight software keyboard. * * Authored By Matthew Allum * * Copyright (c) 2005-2012 Intel Corp * * SPDX-License-Identifier: LGPL-2.1 * */ #ifndef HAVE_MB_KEYBOARD_REMOTE_H #define HAVE_MB_KEYBOARD_REMOTE_H typedef enum { MBKeyboardRemoteNone = 0, MBKeyboardRemoteShow, MBKeyboardRemoteHide, MBKeyboardRemoteToggle, } MBKeyboardRemoteOperation; #endif