Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
seleniumhq
GitHub Repository: seleniumhq/selenium
Path: blob/trunk/cpp/webdriver-interactions/translate_keycode_linux.h
2867 views
1
// Copyright 2009 Google Inc. All Rights Reserved.
2
// Author: [email protected] (Eran Messeri)
3
//
4
//
5
#ifndef _TRANSLATE_KEYCODE_LINUX_H
6
#define _TRANSLATE_KEYCODE_LINUX_H
7
guint translate_code_to_gdk_symbol(const wchar_t key_code);
8
9
extern const wchar_t gNullKey;
10
11
#endif
12
13