marcheiligers / dr-input

A simple input control for DragonRuby.
MIT License
4 stars 2 forks source link

Support size px (alternative implementation) #16

Closed kfischer-okarin closed 6 months ago

kfischer-okarin commented 6 months ago

This version uses a slightly more involved implementation than #15 - which both keeps backward compatibility & should probably be faster (since after the initialization which chooses the class to instantiate it's just a normal plain method call every time as it is now)