mirror of
https://github.com/cyberarm/cyberarm_engine.git
synced 2025-12-18 22:02:34 +00:00
Implemented Slider (still have some positioning issues to resolve but it works), added files for ListBox, Radio, and EditBox, implemented dragging support in GuiState.
This commit is contained in:
6
lib/cyberarm_engine/ui/elements/edit_box.rb
Normal file
6
lib/cyberarm_engine/ui/elements/edit_box.rb
Normal file
@@ -0,0 +1,6 @@
|
||||
module CyberarmEngine
|
||||
class Element
|
||||
class EditBox < Element
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user