RetroArch
menu_osk_utf8_pages.h
Go to the documentation of this file.
1 /* RetroArch - A frontend for libretro.
2  * Copyright (C) 2011-2017 - Daniel De Matteis
3  * Copyright (C) 2016-2017 - Brad Parker
4  *
5  * RetroArch is free software: you can redistribute it and/or modify it under the terms
6  * of the GNU General Public License as published by the Free Software Found-
7  * ation, either version 3 of the License, or (at your option) any later version.
8  *
9  * RetroArch is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
10  * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
11  * PURPOSE. See the GNU General Public License for more details.
12  *
13  * You should have received a copy of the GNU General Public License along with RetroArch.
14  * If not, see <http://www.gnu.org/licenses/>.
15  */
16 
17 #if defined(_MSC_VER) && !defined(_XBOX)
18 /* https://support.microsoft.com/en-us/kb/980263 */
19 #pragma execution_character_set("utf-8")
20 #endif
21 
22 static const char *symbols_page1_grid[] = {
23  "1","2","3","4","5","6","7","8","9","0","⇦",
24  "!","\"","#","$","%","&","'","*","(",")","⏎",
25  "+",",","-","~","/",":",";","=","<",">","⇩",
26  "?","@","[","\\","]","^","_","|","{","}","⊕"};
27 
28 static const char *uppercase_grid[] = {
29  "1","2","3","4","5","6","7","8","9","0","⇦",
30  "Q","W","E","R","T","Y","U","I","O","P","⏎",
31  "A","S","D","F","G","H","J","K","L","+","⇩",
32  "Z","X","C","V","B","N","M"," ","_","/","⊕"};
33 
34 static const char *lowercase_grid[] = {
35  "1","2","3","4","5","6","7","8","9","0","⇦",
36  "q","w","e","r","t","y","u","i","o","p","⏎",
37  "a","s","d","f","g","h","j","k","l","@","⇧",
38  "z","x","c","v","b","n","m"," ","-",".","⊕"};
39 
40 static const char *hiragana_page1_grid[] = {
41  "あ","い","う","え","お","ら","り","る","れ","ろ","⇦",
42  "か","き","く","け","こ","が","ぎ","ぐ","げ","ご","⏎",
43  "さ","し","す","せ","そ","ざ","じ","ず","ぜ","ぞ","⇧",
44  "た","ち","つ","て","と","だ","ぢ","づ","で","ど","⊕"};
45 
46 static const char *hiragana_page2_grid[] = {
47  "な","に","ぬ","ね","の","ば","び","ぶ","べ","ぼ","⇦",
48  "は","ひ","ふ","へ","ほ","ぱ","ぴ","ぷ","ぺ","ぽ","⏎",
49  "ま","み","む","め","も","ん","っ","ゃ","ゅ","ょ","⇧",
50  "や","ゆ","よ","わ","を","ぁ","ぃ","ぅ","ぇ","ぉ","⊕"};
51 
52 static const char *katakana_page1_grid[] = {
53  "ア","イ","ウ","エ","オ","ラ","リ","ル","レ","ロ","⇦",
54  "カ","キ","ク","ケ","コ","ガ","ギ","グ","ゲ","ゴ","⏎",
55  "サ","シ","ス","セ","ソ","ザ","ジ","ズ","ゼ","ゾ","⇧",
56  "タ","チ","ツ","テ","ト","ダ","ヂ","ヅ","デ","ド","⊕"};
57 
58 static const char *katakana_page2_grid[] = {
59  "ナ","ニ","ヌ","ネ","ノ","バ","ビ","ブ","ベ","ボ","⇦",
60  "ハ","ヒ","フ","ヘ","ホ","パ","ピ","プ","ペ","ポ","⏎",
61  "マ","ミ","ム","メ","モ","ン","ッ","ャ","ュ","ョ","⇧",
62  "ヤ","ユ","ヨ","ワ","ヲ","ァ","ィ","ゥ","ェ","ォ","⊕"};
static const char * symbols_page1_grid[]
Definition: menu_osk_utf8_pages.h:22
static const char * lowercase_grid[]
Definition: menu_osk_utf8_pages.h:34
static const char * uppercase_grid[]
Definition: menu_osk_utf8_pages.h:28
static const char * hiragana_page2_grid[]
Definition: menu_osk_utf8_pages.h:46
static const char * hiragana_page1_grid[]
Definition: menu_osk_utf8_pages.h:40
static const char * katakana_page2_grid[]
Definition: menu_osk_utf8_pages.h:58
static const char * katakana_page1_grid[]
Definition: menu_osk_utf8_pages.h:52