about summary refs log tree commit diff stats
path: root/source.lua
diff options
context:
space:
mode:
Diffstat (limited to 'source.lua')
-rw-r--r--source.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/source.lua b/source.lua
index d24957c..2c5e18e 100644
--- a/source.lua
+++ b/source.lua
@@ -285,6 +285,7 @@ end
 
 function source.mouse_press(x,y, mouse_button)
   Cursor_time = 0  -- ensure cursor is visible immediately after it moves
+  love.keyboard.setTextInput(true)  -- bring up keyboard on touch screen
 --?   print('mouse click', x, y)
 --?   print(Editor_state.left, Editor_state.right)
 --?   print(Log_browser_state.left, Log_browser_state.right)
=9cd5dfbdaab42e4b5874e6f72bd75f3523afb2ea'>9cd5dfbd ^
9cd5dfbd ^
3700c80a ^


9cd5dfbd ^
3700c80a ^
9cd5dfbd ^

3700c80a ^
9cd5dfbd ^

3700c80a ^
9cd5dfbd ^

3700c80a ^
9cd5dfbd ^

3700c80a ^

9cd5dfbd ^
3700c80a ^
9cd5dfbd ^
9cd5dfbd ^
3700c80a ^


672f3e22 ^

0857b5ee ^




9cd5dfbd ^














1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57