mirror of
https://github.com/sojamo/controlp5
synced 2024-11-22 14:07:55 +01:00
Update ControlKey.java
@FunctionalInterface
This commit is contained in:
parent
c61291e963
commit
5956a93812
@ -25,7 +25,8 @@ package controlP5;
|
||||
*
|
||||
*/
|
||||
|
||||
public interface ControlKey {
|
||||
@FunctionalInterface public interface ControlKey {
|
||||
|
||||
public void keyEvent();
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user