Hajime Hoshi
|
8b995b086b
|
driver: Remove some arguments from UI.Run
|
2019-12-21 22:52:23 +09:00 |
|
Hajime Hoshi
|
dabaf66b81
|
uidriver: Remove width/height/scale arguments from run
The initial window position is determined on ebiten package side.
Updates #943
|
2019-12-21 20:10:58 +09:00 |
|
Hajime Hoshi
|
bda11b0e17
|
driver: Add UI.SetWindowSize and UIContext.Layout
This is a preparation to introduce RunGame function.
Updates # 943 (Fix this line before committing)
|
2019-12-15 02:29:43 +09:00 |
|
Zachary Burkett
|
ed19d6fae9
|
Add cursor capture functionality (#1016)
Fixes #1016
|
2019-12-14 12:30:03 +09:00 |
|
Hajime Hoshi
|
8e9f5b9535
|
driver: Remove Suspend/ResumeAudio from UIContext
|
2019-12-08 16:17:02 +09:00 |
|
Hajime Hoshi
|
0ec447e0d0
|
ui: Add SetScreenTransparent / IsScreenTransparent
Fixes #1001
|
2019-12-01 03:31:32 +09:00 |
|
Hajime Hoshi
|
9b2f864fc8
|
ui: Add SetWindowPosition(x, y int)
Fixes #936
|
2019-11-30 23:22:39 +09:00 |
|
Hajime Hoshi
|
c021d6be6a
|
ui: Add WindowPosition()
Fixes #936
|
2019-11-30 22:37:56 +09:00 |
|
Hajime Hoshi
|
ddba7f0ee0
|
driver: Bug fix: unused import
|
2019-11-04 03:15:09 +09:00 |
|
Hajime Hoshi
|
889bc12093
|
driver: Remove IsPlayground
|
2019-11-04 03:04:00 +09:00 |
|
Hajime Hoshi
|
df8fdc855a
|
Bug fix: Compile error on GOOS=linux CGO_ENABLED=0
|
2019-08-01 08:17:58 +09:00 |
|
Hajime Hoshi
|
db689f4e50
|
driver: Remove UI.Loop and add UI.RunWithoutMainLoop
|
2019-04-09 21:55:59 -04:00 |
|
Hajime Hoshi
|
f6367308fc
|
driver: Rename GraphicsContext -> UIContext
|
2019-04-08 23:28:08 -04:00 |
|
Hajime Hoshi
|
aecfd6b13d
|
uidriver: Remove dependency on hooks package
|
2019-04-08 23:13:44 -04:00 |
|
Hajime Hoshi
|
0aa3135082
|
driver: Remove UI.AdjustPosition
|
2019-04-07 19:31:49 +09:00 |
|
Hajime Hoshi
|
26c32d36b5
|
uidriver: Move input implementation to uidrivers
|
2019-04-07 19:16:00 +09:00 |
|
Hajime Hoshi
|
a1697feeb1
|
driver: Add UI.Input()
|
2019-04-07 18:37:54 +09:00 |
|
Hajime Hoshi
|
7e5085f15b
|
Add uidriver package and move UI implementation to this packaage
|
2019-04-07 18:21:16 +09:00 |
|
Hajime Hoshi
|
6b8516c7a5
|
driver: Move ui.RegularTermination to driver
|
2019-04-07 10:54:05 +09:00 |
|
Hajime Hoshi
|
1b8d4abfdb
|
driver: Move ui.GraphicsContext to driver
|
2019-04-07 10:48:18 +09:00 |
|