make KeyboardButton.KeyCode public
parent
b1fe7f96b2
commit
bd3e70b096
|
@ -5,7 +5,7 @@ namespace MoonWorks.Input
|
|||
public class KeyboardButton : VirtualButton
|
||||
{
|
||||
Keyboard Parent;
|
||||
KeyCode KeyCode;
|
||||
public KeyCode KeyCode { get; }
|
||||
|
||||
internal KeyboardButton(Keyboard parent, KeyCode keyCode)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue