Search found 2 matches

by Silver_Wolf
Sat Jan 20, 2024 2:27 am
Forum: Support and Development
Topic: Detecting if Keylock is on?
Replies: 4
Views: 1201

Re: Detecting if Keylock is on?

I have to know if scrolllock is on for what I am trying to do as knowing the state of scrolllock is important to what I am doing. There is no way around it. love.keyboard.isModiferActive(capslock) doesn't seem to be working, getting "attempt to index field 'keyboard' (a nil value)" I just ...
by Silver_Wolf
Fri Jan 19, 2024 4:03 pm
Forum: Support and Development
Topic: Detecting if Keylock is on?
Replies: 4
Views: 1201

Detecting if Keylock is on?

Is there a method of checking whether or not a keylock is on such as: Capslock, Scrolllock, Numlock?